X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep206.php;h=248f1a3f5fb4a988c8a606f53f18e14d420d3cd5;hb=1a88a3e8c8dc9b63d88697e4f330a0501a301f44;hp=dc0fab32b3f0834e045de7ea970d708954e4fce9;hpb=393fc0d3cfcbf7de823cc580a1088ce3c8b18a3a;p=fa-stable.git diff --git a/reporting/rep206.php b/reporting/rep206.php index dc0fab32..248f1a3f 100644 --- a/reporting/rep206.php +++ b/reporting/rep206.php @@ -1,6 +1,6 @@ TextCol(0, 2, $myrow['name']); @@ -210,6 +208,7 @@ function print_supplier_balances() } $total[3] = $total[1] - $total[0]; } + if ($no_zeros && $total[3] == 0.0 && $curr_db == 0.0 && $curr_cr == 0.0) continue; $rep->TextCol(0, 2, $myrow['name']); $rep->AmountCol(3, 4, $total[3] + $curr_cr - $curr_db, $dec); $rep->AmountCol(5, 6, $curr_cr, $dec);