Undefined 'no_zeroes' in rep115 line 235. Fixed.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 22 Aug 2019 06:17:53 +0000 (08:17 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 22 Aug 2019 06:17:53 +0000 (08:17 +0200)
reporting/rep115.php

index 0d8c580df68c76bca14fc1daa1a89ad0f084fc42..ee03bf8a8fa06dbea9ed905ae3392724ba8c369d 100644 (file)
@@ -232,7 +232,7 @@ function print_customer_balances()
             $grandtotal[$i] += $init[$i];
         }
 
-        if (db_num_rows($res) == 0 && !no_zeroes) 
+        if (db_num_rows($res) == 0 && !$no_zeros) 
         {
                    $rep->TextCol(0, 2, $myrow['name']);
             $rep->AmountCol(3, 4, $init[3], $dec);