[0000806] Branches were repeated in Customer Branches table when more than one genera...
[fa-stable.git] / reporting / rep113.php
index 3c140ea05f3bcaac752263e29eb6d6236383c3ce..8e36f5543df42abc27cf0edf4076444446626b50 100644 (file)
@@ -157,6 +157,8 @@ function print_credits()
                        $first = true;
                while ($tax_item = db_fetch($tax_items))
                {
+                       if ($tax_item['amount'] == 0)
+                               continue;
                        $DisplayTax = number_format2($sign*$tax_item['amount'], $dec);
                        
                        if (isset($suppress_tax_rates) && $suppress_tax_rates == 1)