X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fdoctext2.inc;h=f022b504e2f6b173af5ae31d28605cf65d4b5a87;hb=e29ab37ef51f39c200c3772e07eeceef0ce39214;hp=689cbb5ea027d2961dbce7b3cea6b5ac3009c521;hpb=06442977327603b7133f5931652ea777bd86dee3;p=fa-stable.git diff --git a/reporting/includes/doctext2.inc b/reporting/includes/doctext2.inc index 689cbb5e..f022b504 100644 --- a/reporting/includes/doctext2.inc +++ b/reporting/includes/doctext2.inc @@ -13,8 +13,16 @@ if (isset($header2type)) { $doc_Cust_no = "Cust no"; $doc_Date = "Date"; - $doc_Charge_To = "Charge To"; - $doc_Delivered_To = "Delivered To"; + if ($doctype == 8) // Purchase Order + { + $doc_Charge_To = "Order To"; + $doc_Delivered_To = "Charge To"; + } + else + { + $doc_Charge_To = "Charge To"; + $doc_Delivered_To = "Delivered To"; + } $doc_Shipping_Company = "Shipping Company"; if ($doctype == 9) $doc_Due_Date = "Delivery Date"; @@ -69,7 +77,7 @@ if (isset($header2type)) } if (isset($emailtype)) { - $doc_Dear_Sirs = "Dear Sirs"; + $doc_Dear_Sirs = "Dear"; $doc_AttachedFile = "Attached you will find "; $doc_Kindest_regards = "Kindest regards"; $doc_Payment_Link = "You can pay through";