X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep109.php;h=ba6c86ce17d7fdee6c2996d43b0f6b3a121ddb31;hb=da7df35c61205d0b1af47d286be591b8a3194b0c;hp=739348d4783f9aacd6ffa0334ce1b378482d9ee6;hpb=ec58402529d7c61843274582de9174cbb2e56679;p=fa-stable.git diff --git a/reporting/rep109.php b/reporting/rep109.php index 739348d4..ba6c86ce 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -186,7 +186,7 @@ function print_sales_orders() 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);