[freeside-commits] freeside/FS/FS tax_rate.pm,1.43.4.9,1.43.4.10

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


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv20986/FS/FS

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	tax_rate.pm 
Log Message:
fix new tax report w/FS::tax_rate_location->location_sql, RT#12332

Index: tax_rate.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/tax_rate.pm,v
retrieving revision 1.43.4.9
retrieving revision 1.43.4.10
diff -u -w -d -r1.43.4.9 -r1.43.4.10
--- tax_rate.pm	15 Apr 2011 23:15:54 -0000	1.43.4.9
+++ tax_rate.pm	15 Apr 2011 23:33:50 -0000	1.43.4.10
@@ -1894,7 +1894,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