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

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


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv19669/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.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- report_newtax.cgi	15 Apr 2011 23:02:20 -0000	1.12
+++ report_newtax.cgi	15 Apr 2011 23:15:52 -0000	1.13
@@ -138,7 +138,7 @@
     my $creditfrom =
       "JOIN cust_credit_bill_pkg USING (billpkgnum,billpkgtaxratelocationnum)";
     my $creditwhere =
-      "FROM cust_bill_pkg $addl_from $creditfrom $where $payby_itemdesc_loc";
+     "FROM cust_bill_pkg $addl_from $creditfrom $where AND $payby_itemdesc_loc";
 
     $sql = "SELECT SUM(cust_credit_bill_pkg.amount) ".
            " $creditwhere AND cust_bill_pkg.pkgnum = 0";



More information about the freeside-commits mailing list