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:
97ab694
)
Missing tags argument in display_type call
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 7 Dec 2010 08:00:37 +0000
(08:00 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 7 Dec 2010 08:00:37 +0000
(08:00 +0000)
reporting/rep705.php
patch
|
blob
|
history
diff --git
a/reporting/rep705.php
b/reporting/rep705.php
index 001f91fe2d10a372ef60552263702bcd695e0edc..258307430f687146a95a03a33ea9274b49252a1f 100644
(file)
--- a/
reporting/rep705.php
+++ b/
reporting/rep705.php
@@
-136,7
+136,7
@@
function display_type ($type, $typename, $yr, $mo, $convert, &$dec, &$rep, $dime
$rep->NewLine();
}
- $totals_arr = display_type($accounttype["id"], $accounttype["name"], $yr, $mo, $convert, $dec, $rep, $dimension, $dimension2);
+ $totals_arr = display_type($accounttype["id"], $accounttype["name"], $yr, $mo, $convert, $dec, $rep, $dimension, $dimension2
, $tags
);
for ($i = 1; $i <= 12; $i++)
{
$total[$i] += $totals_arr[$i];