projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16a2a1e
)
Misspelled parameter in rep115.php
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 26 Oct 2019 06:54:57 +0000
(08:54 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 26 Oct 2019 06:54:57 +0000
(08:54 +0200)
reporting/rep115.php
patch
|
blob
|
history
diff --git
a/reporting/rep115.php
b/reporting/rep115.php
index 0d8c580df68c76bca14fc1daa1a89ad0f084fc42..01085565cb7c55d0054755ed2c351c56f09f6e05 100644
(file)
--- 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_zero
e
s)
+ if (db_num_rows($res) == 0 && !no_zeros)
{
$rep->TextCol(0, 2, $myrow['name']);
$rep->AmountCol(3, 4, $init[3], $dec);