X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=06857a8da97770581c4570ac11e61bd45337f5d8;hb=c944c47bce4750f3906857cf22a15b83a67572e3;hp=6b392cd0ab3fe987d107348586c74b7d8726c636;hpb=c7677cfbba820ec8d7a6f224d51fe64d4850a2a3;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index 6b392cd0..06857a8d 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -168,6 +168,8 @@ function print_deliveries() $first = true; while ($tax_item = db_fetch($tax_items)) { + if ($tax_item['amount'] == 0) + continue; $DisplayTax = number_format2($tax_item['amount'], $dec); if (isset($suppress_tax_rates) && $suppress_tax_rates == 1)