parent
4e1dbbbc2f
commit
58c032f989
|
|
@ -983,8 +983,10 @@ EOT;
|
|||
if ($document['OrderAcknowledgement']['signature_required']) {
|
||||
$template = 'orderAck_email_signature_required';
|
||||
}
|
||||
break;
|
||||
case 'packingList':
|
||||
$subject .= "Packing List";
|
||||
$subject = "Packing List: ".$enquiry['Enquiry']['title'];
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Dear <?php echo $enquiry['Contact']['first_name']; ?>,<br /><br />
|
||||
|
||||
<p>
|
||||
Thank you for your Purchase Order # <?=$job['Job']['title']; ?>. Please see attached the Tax Invoice <?=$document['Invoice']['title']?> for your
|
||||
Thank you for your Purchase Order #<?=$job['Job']['customer_order_number']; ?>. Please see attached the Tax Invoice <?=$document['Invoice']['title']?> for your
|
||||
processing. Please send us a copy of the remittance once payment has been made. Please include our
|
||||
invoice number <?php echo $document['Invoice']['title']?> as a reference with your payment.</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Dear <?php echo $enquiry['Contact']['first_name']; ?>,<br /><br />
|
||||
|
||||
<p>Thank you for your Purchase Order # <?=$job['Job']['customer_order_number']; ?>.
|
||||
<p>Thank you for your Purchase Order #<?=$job['Job']['customer_order_number']; ?>.</p>
|
||||
|
||||
|
||||
<p>Should you have any questions regarding your enquiry or quotation, please reply to this email or
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Dear <?php echo $enquiry['Contact']['first_name']; ?>,
|
||||
|
||||
Thank you for your Purchase Order # <?=$invoice['Job']['title']; ?>. Please see attached the Tax Invoice <?=$document['Invoice']['title']?> for your
|
||||
Thank you for your Purchase Order #<?=$job['Job']['customer_order_number']; ?>. Please see attached the Tax Invoice <?=$document['Invoice']['title']?> for your
|
||||
processing. Please send us a copy of the remittance once payment has been made. Please include our
|
||||
invoice number <?php echo $document['Invoice']['title']?> as a reference with your payment.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Dear <?php echo $enquiry['Contact']['first_name']; ?>,
|
||||
|
||||
Thank you for your Purchase Order # <?=$invoice['Job']['title']; ?>. Please find attached the Order Acknowledgement for your review.
|
||||
Thank you for your Purchase Order # <?=$job['Job']['customer_order_number']; ?>. Please find attached the Order Acknowledgement for your review.
|
||||
|
||||
Should you have any questions regarding your enquiry or quotation, please reply to this email or
|
||||
reference <?php echo $enquiry['Enquiry']['title']; ?> to expedite our response time.
|
||||
|
|
|
|||
Loading…
Reference in a new issue