[freeside-commits] freeside/httemplate/search report_tax.cgi, 1.57, 1.58
Ivan,,,
ivan at wavetail.420.am
Wed May 27 14:35:04 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv7482
Modified Files:
report_tax.cgi
Log Message:
fix total line links on tax report when using report_group kludge? (possibly not in all corner cases), RT#5446
Index: report_tax.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_tax.cgi,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- report_tax.cgi 27 May 2009 21:27:34 -0000 1.57
+++ report_tax.cgi 27 May 2009 21:35:02 -0000 1.58
@@ -545,8 +545,9 @@
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
More information about the freeside-commits
mailing list