Missing tags parameter in disply_type call
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 30 Aug 2010 12:28:52 +0000 (12:28 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 30 Aug 2010 12:28:52 +0000 (12:28 +0000)
reporting/rep706.php

index f5f321bf3142f0ad705c03031d7260429cef3e75..674e25027cdf2a72692200443968212ca8cde232 100644 (file)
@@ -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];
        }