From 4be5f992b8c7ed512b59ff35c4b1647d92dde21a Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 18 May 2019 15:45:11 +0200 Subject: [PATCH] Rerun fix Supplier Trial Balance. --- reporting/rep206.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2