X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep206.php;h=1e0685969480b3eec364126a2b1fc291795ace97;hb=4be5f992b8c7ed512b59ff35c4b1647d92dde21a;hp=6ca549dd3925b2d8581bd1a3640aed7224f12b4e;hpb=f018b5112fc855b270528f1995f7ca6f80898564;p=fa-stable.git diff --git a/reporting/rep206.php b/reporting/rep206.php index 6ca549dd..1e068596 100644 --- a/reporting/rep206.php +++ b/reporting/rep206.php @@ -178,7 +178,7 @@ function print_supplier_balances() $curr_db = $curr_cr = 0; while ($trans=db_fetch($res)) { - if ($no_zeros && floatcmp(abs($trans['TotalAmount']), $trans['Allocated']) == 0) continue; + //if ($no_zeros && floatcmp(abs($trans['TotalAmount']), $trans['Allocated']) == 0) continue; $item[0] = $item[1] = 0.0; if ($trans['TotalAmount'] > 0.0) {