X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep705.php;h=258307430f687146a95a03a33ea9274b49252a1f;hb=b2ddc6a6ed30ad69721b7d54610935020cf24247;hp=001f91fe2d10a372ef60552263702bcd695e0edc;hpb=ee7f610a0669b4dd4a85d19c1969573a82ee1826;p=fa-stable.git 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];