Fixed print of taxes on documents
[fa-stable.git] / reporting / rep209.php
index 500263c835665b2990a739b30dacaa806cce7e93..51156d73c65b9bbc6440dd9486eef07d64e934bb 100644 (file)
@@ -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)