If setting the delivered items in PO Receive Items to 0 the value is not updated
[fa-stable.git] / reporting / includes / doctext.inc
index b28bb901e9e1fc4facebb117eb0e29acc7bb48eb..5365d83df9a102b2560b38f2c8cfe260b161f4b3 100644 (file)
@@ -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");
@@ -70,7 +78,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");