fix total line links on tax report when using report_group kludge? (possibly not...
[freeside.git] / httemplate / search / report_tax.cgi
index d17adb9..ed5ebef 100755 (executable)
@@ -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