implement condition_sql for FS::part_event::Condition::cust_bill_hasnt_noauto, RT12714
[freeside.git] / FS / FS / part_event / Condition / cust_bill_hasnt_noauto.pm
index bb0f3d0..0276255 100644 (file)
@@ -29,7 +29,6 @@ sub condition_sql {
   # 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