From: Joe Hunt Date: Sat, 26 Oct 2019 06:54:57 +0000 (+0200) Subject: Misspelled parameter in rep115.php X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=5dff45c9c21887e5b3200926fd57a117e8ff652d Misspelled parameter in rep115.php --- diff --git a/reporting/rep115.php b/reporting/rep115.php index 0d8c580d..01085565 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);