From: Janusz Dobrowolski Date: Mon, 30 Aug 2010 12:28:52 +0000 (+0000) Subject: Missing tags parameter in disply_type call X-Git-Tag: v2.4.2~19^2~656 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=cc0c71b76958eab31be7cd1c917ad82dc57d4f40;p=fa-stable.git Missing tags parameter in disply_type call --- 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]; }