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:
f018b51
)
Rerun fix Supplier Trial Balance.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 18 May 2019 13:45:11 +0000
(15:45 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 18 May 2019 13:45:11 +0000
(15:45 +0200)
reporting/rep206.php
patch
|
blob
|
history
diff --git
a/reporting/rep206.php
b/reporting/rep206.php
index 6ca549dd3925b2d8581bd1a3640aed7224f12b4e..1e0685969480b3eec364126a2b1fc291795ace97 100644
(file)
--- a/
reporting/rep206.php
+++ b/
reporting/rep206.php
@@
-178,7
+178,7
@@
function print_supplier_balances()
$curr_db = $curr_cr = 0;
while ($trans=db_fetch($res))
{
- if ($no_zeros && floatcmp(abs($trans['TotalAmount']), $trans['Allocated']) == 0) continue;
+
//
if ($no_zeros && floatcmp(abs($trans['TotalAmount']), $trans['Allocated']) == 0) continue;
$item[0] = $item[1] = 0.0;
if ($trans['TotalAmount'] > 0.0)
{