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:
9d80cf7
)
Fixed a non well formed numeric value encountered rep102.php
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 16 Dec 2018 22:23:26 +0000
(23:23 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 16 Dec 2018 22:23:26 +0000
(23:23 +0100)
reporting/rep102.php
patch
|
blob
|
history
diff --git
a/reporting/rep102.php
b/reporting/rep102.php
index 7f509f8f6fad993f72d5febbb9f2e1733102d13b..22c2d8a96edf7859ca6283e4a92e3d7469ee56fe 100644
(file)
--- a/
reporting/rep102.php
+++ b/
reporting/rep102.php
@@
-204,7
+204,7
@@
function print_aged_customer_analysis()
}
foreach ($trans as $i => $value)
- $trans[$i]
*=
$rate;
+ $trans[$i]
= (float)$trans[$i] *
$rate;
$str = array($trans["Balance"] - $trans["Due"],
$trans["Due"]-$trans["Overdue1"],
$trans["Overdue1"]-$trans["Overdue2"],