X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep209.php;h=51156d73c65b9bbc6440dd9486eef07d64e934bb;hb=c944c47bce4750f3906857cf22a15b83a67572e3;hp=500263c835665b2990a739b30dacaa806cce7e93;hpb=c7677cfbba820ec8d7a6f224d51fe64d4850a2a3;p=fa-stable.git diff --git a/reporting/rep209.php b/reporting/rep209.php index 500263c8..51156d73 100644 --- a/reporting/rep209.php +++ b/reporting/rep209.php @@ -172,6 +172,8 @@ function print_po() $first = true; foreach($tax_items as $tax_item) { + if ($tax_item['amount'] == 0) + continue; $DisplayTax = number_format2($tax_item['Value'], $dec); if (isset($suppress_tax_rates) && $suppress_tax_rates == 1)