X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep209.php;h=f6fabf31e16a728b2b6e344ba56987bf5c9bca39;hb=4a80bb6dd2a0821a4200e6b66d04930b270c5aff;hp=452fddfe49884375101c6c925c9b74e0fe042951;hpb=ec58402529d7c61843274582de9174cbb2e56679;p=fa-stable.git diff --git a/reporting/rep209.php b/reporting/rep209.php index 452fddfe..f6fabf31 100644 --- a/reporting/rep209.php +++ b/reporting/rep209.php @@ -188,7 +188,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);