Missing tags argument in display_type call
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 7 Dec 2010 08:00:37 +0000 (08:00 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 7 Dec 2010 08:00:37 +0000 (08:00 +0000)
reporting/rep705.php

index 001f91fe2d10a372ef60552263702bcd695e0edc..258307430f687146a95a03a33ea9274b49252a1f 100644 (file)
@@ -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];