diff options
author | ivan <ivan> | 2003-06-30 19:15:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-06-30 19:15:49 +0000 |
commit | f5a2290a522cb28e4f69c1c6279afe85be5e3a8b (patch) | |
tree | acf529e0d7c961a17c4fd2e03f6d9548c198a2e5 /FS | |
parent | 36009c94710e7f677f0d2120eb8b397fa2d856ef (diff) |
bugfix for manual re-charging changes (Bug#423)
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 08d45859a..1bb2bfbe2 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1398,7 +1398,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 ) { |