summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-10-04 19:04:40 +0000
committerivan <ivan>2007-10-04 19:04:40 +0000
commit3b73596cbecbddfd552fd06c88508b73ea3efd21 (patch)
treeb88fde94639ef81207f75b91be5ca51ce6c826f0
parentef5c5621cdb9541d6bcf934233396edae30f8c3b (diff)
nobody likes it when you forget ions
-rw-r--r--FS/FS/cust_main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index c26dc9231..51ca73c8b 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -2511,7 +2511,7 @@ sub collect {
# false laziness w/pay_batch::import_results
my $due_cust_event = $self->due_cust_event(
- 'debug' => ( $opt{'debug'} || 0 ),
+ 'debug' => ( $options{'debug'} || 0 ),
'time' => $invoice_time,
'check_freq' => $options{'check_freq'},
);