From: Joe Hunt Date: Sat, 18 May 2019 13:45:11 +0000 (+0200) Subject: Rerun fix Supplier Trial Balance. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=4be5f992b8c7ed512b59ff35c4b1647d92dde21a;hp=f018b5112fc855b270528f1995f7ca6f80898564;p=fa-stable.git Rerun fix Supplier Trial Balance. --- 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) {