summaryrefslogtreecommitdiff
path: root/FS/FS/Cron
diff options
context:
space:
mode:
authorivan <ivan>2010-09-19 00:13:05 +0000
committerivan <ivan>2010-09-19 00:13:05 +0000
commit28da97099bf6b01659718a0c6a1086c9a0f22729 (patch)
treeeb8a3b934a96cdb1809f449c71dd566b898f4725 /FS/FS/Cron
parent0b5b0d057071095c23b256fc5ffb2348b31aa1d5 (diff)
should speed up billing (well, event checking) significantly by eliminating unnecessary target objects one level up in the loop, RT#6802
Diffstat (limited to 'FS/FS/Cron')
-rw-r--r--FS/FS/Cron/bill.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Cron/bill.pm b/FS/FS/Cron/bill.pm
index 62bb321..5de2ee3 100644
--- a/FS/FS/Cron/bill.pm
+++ b/FS/FS/Cron/bill.pm
@@ -194,6 +194,7 @@ sub bill_where {
)
END
+ #some false laziness w/cust_main::Billing due_cust_event
my $where_event = join(' OR ', map {
my $eventtable = $_;