X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep209.php;h=c7eed103c8092c3a15968f0185a3f04b70f8b778;hb=a01cbf378c448da44758b9b9898eb1acc970e84a;hp=a4e200ca16870b107e372e25446ed7bcbf571574;hpb=56488e0870fed91a57bfc0b67e81703d8dcd1e56;p=fa-stable.git diff --git a/reporting/rep209.php b/reporting/rep209.php index a4e200ca..c7eed103 100644 --- a/reporting/rep209.php +++ b/reporting/rep209.php @@ -162,11 +162,9 @@ function print_po() $DisplaySubTot = number_format2($SubTotal,$dec); $rep->row = $rep->bottomMargin + (15 * $rep->lineHeight); - $linetype = true; $doctype = ST_PURCHORDER; - include($path_to_root . "/reporting/includes/doctext.inc"); - $rep->TextCol(3, 6, $doc_Sub_total, -2); + $rep->TextCol(3, 6, _("Sub-total"), -2); $rep->TextCol(6, 7, $DisplaySubTot, -2); $rep->NewLine(); @@ -196,7 +194,7 @@ function print_po() $first = false; } else - $rep->TextCol(3, 7, $doc_Included . " " . $tax_type_name . $doc_Amount . ": " . $DisplayTax, -2); + $rep->TextCol(3, 7, _("Included") . " " . $tax_type_name . _("Amount") . ": " . $DisplayTax, -2); } else { @@ -210,7 +208,7 @@ function print_po() $rep->NewLine(); $DisplayTotal = number_format2($SubTotal, $dec); $rep->Font('bold'); - $rep->TextCol(3, 6, $doc_TOTAL_PO, - 2); + $rep->TextCol(3, 6, _("TOTAL PO"), - 2); $rep->TextCol(6, 7, $DisplayTotal, -2); $words = price_in_words($SubTotal, ST_PURCHORDER); if ($words != "") @@ -225,7 +223,7 @@ function print_po() if ($myrow['reference'] == "") $myrow['reference'] = $myrow['order_no']; - $rep->End($email, $doc_Order_no . " " . $myrow['reference'], $myrow); + $rep->End($email); } } if ($email == 0)