summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2003-06-30 19:16:50 +0000
committerivan <ivan>2003-06-30 19:16:50 +0000
commit40c5ef8814185ba19b68edc8aab96afc75b95e06 (patch)
tree648a303788a74d38f3cbf441bfe465519f84cc2b /FS
parentf78217427dce10b328e4140c6e6c796aa212c599 (diff)
bugfix for manual re-charging changes (Bug#423)
Diffstat (limited to 'FS')
-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 ea6f032f4..165e6962b 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -1451,7 +1451,7 @@ sub retry_realtime {
&& $_->status eq 'done'
&& $_->statustext
}
- $_->cust_bill_event;
+ $cust_bill->cust_bill_event;
next unless @cust_bill_event;
my $error = $cust_bill_event[0]->retry;
if ( $error ) {