Minor errors in doctext.inc and doctext2.inc
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 21 Dec 2008 16:18:07 +0000 (16:18 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 21 Dec 2008 16:18:07 +0000 (16:18 +0000)
CHANGELOG.txt
reporting/includes/doctext.inc
reporting/includes/doctext2.inc

index 55cf64e12cd73e75c43700f998391ee618108833..c63e0de1b4a9cd2e75fd4a9181067c1549a2d693 100644 (file)
@@ -24,6 +24,9 @@ $ -> Affected files
 $ /Includes/ui/ui_view.inc
   /purchasing/includes/ui/invoice_ui.inc
   /purchasing/supplier_invoice.php
+# Minor bugs in doctext.inc and doctext2.inc
+$ /reporting/includes/doctext.inc
+  /reporting/includes/doctext2.inc
   
 20-Dec-2008 Joe Hunt
 ! Replaced the ajax paging in stock movements with the old file.
index 773c6dea70b6c59d4b400f683bee78754e0bfdf6..2bb0e9c890edd4c7297fa93f8f9ff6c150b70b4e 100644 (file)
@@ -66,7 +66,7 @@ if (isset($emailtype))
 if (isset($header2type) || isset($linetype))
 {
        $doc_Invoice_no = ($doctype==13 ? _("Delivery Note No.") : (($doctype==8 || $doctype==9) ? _("Order no.") : _("Invoice No.")));
-       $doc_Delivery_no = "Delivery Note No.";
+       $doc_Delivery_no = _("Delivery Note No.");
        $doc_Order_no = _("Order no.");
 }
 if (isset($linetype))
index 3075db2a38eba187d05f93c03e188a1c2152b8ab..0eb0be98eff8c2511b8996b94d39a9050bc482a6 100644 (file)
@@ -66,6 +66,7 @@ if (isset($emailtype))
 if (isset($header2type) || isset($linetype))
 {
        $doc_Invoice_no = ($doctype==13 ? "Delivery Note No." : (($doctype==8 || $doctype==9) ? "Order no." : "Invoice No."));
+       $doc_Delivery_no = "Delivery Note No.";
        $doc_Order_no = "Order no.";
 }
 if (isset($linetype))