[freeside-commits] freeside/httemplate/search report_newtax.cgi, 1.13, 1.14

Ivan,,, ivan at wavetail.420.am
Fri Apr 15 16:33:50 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv20984/httemplate/search

Modified Files:
	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.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- report_newtax.cgi	15 Apr 2011 23:15:52 -0000	1.13
+++ report_newtax.cgi	15 Apr 2011 23:33:48 -0000	1.14
@@ -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