$ /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.
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))
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))