Skip to content

Commit

Permalink
SordersController: Use document type in email output subject for quot…
Browse files Browse the repository at this point in the history
…e/acknowledgement
  • Loading branch information
steveblamey committed Jun 3, 2024
1 parent cdb502f commit 4cefb43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3757,7 +3757,7 @@ public function printAcknowledgement($status = 'generate')
'filename' => $document_name . $order->order_number,
'report' => $report_definition,
'email' => $order->getEmail(),
'email_subject' => '"Sales Order: ' . $order->order_number . '"'
'email_subject' => '"'. $document_type .': ' . $order->order_number . '"'
);

if (strtolower($status) == 'dialog') {
Expand Down

0 comments on commit 4cefb43

Please sign in to comment.