From: ivan Date: Wed, 27 May 2009 21:35:02 +0000 (+0000) Subject: fix total line links on tax report when using report_group kludge? (possibly not... X-Git-Tag: root_of_svc_elec_features~1171 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1ea01e0de07329bb1dfdf4e984b6ef3ad6561d84 fix total line links on tax report when using report_group kludge? (possibly not in all corner cases), RT#5446 --- diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi index d17adb9aa..ed5ebef03 100755 --- a/httemplate/search/report_tax.cgi +++ b/httemplate/search/report_tax.cgi @@ -545,8 +545,9 @@ foreach (@regions) { my $total_url_param = ''; if ( $group_op ) { - $total_url_param = 'report_group='.uri_escape("$group_op $group_value").';'. - join(';', 'taxclass='.dbh->quote($_), keys %taxclasses ); + $total_url_param = + 'report_group='.uri_escape("$group_op $group_value").';'. + join(';', map 'taxclass='.dbh->quote($_), keys %taxclasses ); } #ordering