bugfix for manual re-charging changes (Bug#423)
authorivan <ivan>
Mon, 30 Jun 2003 19:15:49 +0000 (19:15 +0000)
committerivan <ivan>
Mon, 30 Jun 2003 19:15:49 +0000 (19:15 +0000)
FS/FS/cust_main.pm

index 08d4585..1bb2bfb 100644 (file)
@@ -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 ) {