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:
d117e84
)
Missing tags parameter in disply_type call
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Mon, 30 Aug 2010 12:28:52 +0000
(12:28 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Mon, 30 Aug 2010 12:28:52 +0000
(12:28 +0000)
reporting/rep706.php
patch
|
blob
|
history
diff --git
a/reporting/rep706.php
b/reporting/rep706.php
index f5f321bf3142f0ad705c03031d7260429cef3e75..674e25027cdf2a72692200443968212ca8cde232 100644
(file)
--- a/
reporting/rep706.php
+++ b/
reporting/rep706.php
@@
-92,7
+92,7
@@
function display_type ($type, $typename, $from, $to, $convert, &$dec, &$rep, $di
}
$totals_arr = display_type($accounttype["id"], $accounttype["name"], $from, $to, $convert, $dec,
- $rep, $dimension, $dimension2, $pg, $graphics);
+ $rep, $dimension, $dimension2, $
tags, $
pg, $graphics);
$open_balance_total += $totals_arr[0];
$period_balance_total += $totals_arr[1];
}