From: Janusz Dobrowolski Date: Tue, 7 Dec 2010 08:00:37 +0000 (+0000) Subject: Missing tags argument in display_type call X-Git-Tag: v2.4.2~19^2~433 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=2e4640108b771e911d8a1ec832639fc1214b89c4;p=fa-stable.git Missing tags argument in display_type call --- diff --git a/reporting/rep705.php b/reporting/rep705.php index 001f91fe..25830743 100644 --- 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];