[freeside-commits] freeside/FS/FS/cust_main Billing.pm,1.6,1.7
Ivan,,,
ivan at wavetail.420.am
Wed Sep 22 15:01:07 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/cust_main
In directory wavetail.420.am:/tmp/cvs-serv31546/cust_main
Modified Files:
Billing.pm
Log Message:
fix fallout from discount work, RT#10025
Index: Billing.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main/Billing.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- Billing.pm 22 Sep 2010 20:46:38 -0000 1.6
+++ Billing.pm 22 Sep 2010 22:01:05 -0000 1.7
@@ -1617,7 +1617,7 @@
my @where = ();
push @where, "cust_bill_pkg.invnum = ". $cust_bill->invnum;
push @where, "cust_bill_pkg.pkgpart_override IS NULL";
- push @where, "part_pkg.freq = 1";
+ push @where, "part_pkg.freq = '1'";
push @where, "(cust_pkg.cancel IS NULL OR cust_pkg.cancel = 0)";
push @where, "(cust_pkg.susp IS NULL OR cust_pkg.susp = 0)";
push @where, "0<(SELECT count(*) FROM part_pkg_discount
More information about the freeside-commits
mailing list