From cc0c71b76958eab31be7cd1c917ad82dc57d4f40 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 30 Aug 2010 12:28:52 +0000 Subject: [PATCH] Missing tags parameter in disply_type call --- reporting/rep706.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep706.php b/reporting/rep706.php index f5f321bf..674e2502 100644 --- 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]; } -- 2.30.2