Fixed print of taxes on documents
[fa-stable.git] / reporting / rep110.php
index 6b392cd0ab3fe987d107348586c74b7d8726c636..06857a8da97770581c4570ac11e61bd45337f5d8 100644 (file)
@@ -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)