Rerun fix Supplier Trial Balance.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 18 May 2019 13:45:11 +0000 (15:45 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 18 May 2019 13:45:11 +0000 (15:45 +0200)
reporting/rep206.php

index 6ca549dd3925b2d8581bd1a3640aed7224f12b4e..1e0685969480b3eec364126a2b1fc291795ace97 100644 (file)
@@ -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)
             {