X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep115.php;h=ee03bf8a8fa06dbea9ed905ae3392724ba8c369d;hb=efa47c3c14d52adf0566652ac1b02aa3ade9d94b;hp=0d8c580df68c76bca14fc1daa1a89ad0f084fc42;hpb=f018b5112fc855b270528f1995f7ca6f80898564;p=fa-stable.git diff --git a/reporting/rep115.php b/reporting/rep115.php index 0d8c580d..ee03bf8a 100644 --- a/reporting/rep115.php +++ b/reporting/rep115.php @@ -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);