[freeside-commits] freeside/httemplate/search report_newtax.cgi, 1.3.4.8, 1.3.4.9
Ivan,,,
ivan at wavetail.420.am
Fri Apr 15 16:33:52 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv20986/httemplate/search
Modified Files:
Tag: FREESIDE_2_1_BRANCH
report_newtax.cgi
Log Message:
fix new tax report w/FS::tax_rate_location->location_sql, RT#12332
Index: report_newtax.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_newtax.cgi,v
retrieving revision 1.3.4.8
retrieving revision 1.3.4.9
diff -u -w -d -r1.3.4.8 -r1.3.4.9
--- report_newtax.cgi 15 Apr 2011 23:15:54 -0000 1.3.4.8
+++ report_newtax.cgi 15 Apr 2011 23:33:50 -0000 1.3.4.9
@@ -121,7 +121,7 @@
my $payby_itemdesc_loc =
" payby != 'COMP' ".
- "AND itemdesc = ? OR ? = '' AND itemdesc IS NULL ".
+ "AND ( itemdesc = ? OR ? = '' AND itemdesc IS NULL ) ".
"AND ". FS::tax_rate_location->location_sql( map { $_ => $t->$_ }
@taxparams
);
More information about the freeside-commits
mailing list