[freeside-commits] freeside/FS/FS/part_event/Condition cust_bill_hasnt_noauto.pm, 1.1.4.1, 1.1.4.2

Erik Levinson levinse at wavetail.420.am
Sun May 8 13:09:09 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.1.4.1
retrieving revision 1.1.4.2
diff -u -w -d -r1.1.4.1 -r1.1.4.2
--- cust_bill_hasnt_noauto.pm	8 May 2011 05:44:41 -0000	1.1.4.1
+++ cust_bill_hasnt_noauto.pm	8 May 2011 20:09:07 -0000	1.1.4.2
@@ -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