[freeside-commits] freeside/FS/FS/part_event/Condition cust_bill_hasnt_noauto.pm, 1.2, 1.3
Erik Levinson
levinse at wavetail.420.am
Sun May 8 13:09:07 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition
In directory wavetail.420.am:/tmp/cvs-serv1372/FS/FS/part_event/Condition
Modified Files:
cust_bill_hasnt_noauto.pm
Log Message:
implement condition_sql for FS::part_event::Condition::cust_bill_hasnt_noauto, RT12714
Index: cust_bill_hasnt_noauto.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition/cust_bill_hasnt_noauto.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- cust_bill_hasnt_noauto.pm 8 May 2011 05:44:40 -0000 1.2
+++ cust_bill_hasnt_noauto.pm 8 May 2011 20:09:04 -0000 1.3
@@ -29,7 +29,6 @@
# XXX: can be made faster with optimizations?
# -remove some/all sub-selects?
# -remove the two main separate selects?
- # -add indices on cust_pkg.no_auto and part_pkg.no_auto and others?
"0 = (select count(1) from cust_pkg
where cust_pkg.no_auto = 'Y' and cust_pkg.pkgnum in
More information about the freeside-commits
mailing list