From 1ea01e0de07329bb1dfdf4e984b6ef3ad6561d84 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 27 May 2009 21:35:02 +0000 Subject: [PATCH] fix total line links on tax report when using report_group kludge? (possibly not in all corner cases), RT#5446 --- httemplate/search/report_tax.cgi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.11.0