[freeside-commits] freeside/FS/FS/Cron bill.pm,1.31,1.32
Ivan,,,
ivan at wavetail.420.am
Sat Sep 18 17:13:07 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail.420.am:/tmp/cvs-serv16235/FS/FS/Cron
Modified Files:
bill.pm
Log Message:
should speed up billing (well, event checking) significantly by eliminating unnecessary target objects one level up in the loop, RT#6802
Index: bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Cron/bill.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -w -d -r1.31 -r1.32
--- bill.pm 31 Dec 2009 05:10:56 -0000 1.31
+++ bill.pm 19 Sep 2010 00:13:05 -0000 1.32
@@ -194,6 +194,7 @@
)
END
+ #some false laziness w/cust_main::Billing due_cust_event
my $where_event = join(' OR ', map {
my $eventtable = $_;
More information about the freeside-commits
mailing list