X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep209.php;h=2ed8cb8fe6162f825cdb59620334b79315f5d877;hb=b1a0e08b3d9f684ef42959dee87cbfd52a5c439e;hp=0e83fc0103da5d532dc00cbe2cfe9f0532976c2e;hpb=f44132511cc91b83f20f91af0625d4b112b4c26e;p=fa-stable.git diff --git a/reporting/rep209.php b/reporting/rep209.php index 0e83fc01..2ed8cb8f 100644 --- a/reporting/rep209.php +++ b/reporting/rep209.php @@ -156,7 +156,7 @@ function print_po() if ($myrow['comments'] != "") { $rep->NewLine(); - $rep->TextColLines(1, 5, $myrow['comments'], -2); + $rep->TextColLines(1, 4, $myrow['comments'], -2); } $DisplaySubTot = number_format2($SubTotal,$dec); @@ -176,10 +176,7 @@ function print_po() continue; $DisplayTax = number_format2($tax_item['Value'], $dec); - if ($SysPrefs->suppress_tax_rates() == 1) - $tax_type_name = $tax_item['tax_type_name']; - else - $tax_type_name = $tax_item['tax_type_name']." (".$tax_item['rate']."%) "; + $tax_type_name = $tax_item['tax_type_name']; if ($myrow['tax_included']) { @@ -188,7 +185,7 @@ function print_po() if ($first) { $rep->TextCol(3, 6, _("Total Tax Excluded"), -2); - $rep->TextCol(6, 7, number_format2($sign*$tax_item['net_amount'], $dec), -2); + $rep->TextCol(6, 7, number_format2($tax_item['net_amount'], $dec), -2); $rep->NewLine(); } $rep->TextCol(3, 6, $tax_type_name, -2);