fix total line links on tax report when using report_group kludge? (possibly not...
authorivan <ivan>
Wed, 27 May 2009 21:35:02 +0000 (21:35 +0000)
committerivan <ivan>
Wed, 27 May 2009 21:35:02 +0000 (21:35 +0000)
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