From f5a2290a522cb28e4f69c1c6279afe85be5e3a8b Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 30 Jun 2003 19:15:49 +0000 Subject: [PATCH] bugfix for manual re-charging changes (Bug#423) --- FS/FS/cust_main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1