diff options
author | ivan <ivan> | 2003-07-17 16:02:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-07-17 16:02:04 +0000 |
commit | 40a6ffa02d30786a147897e886169c3855dc3c0e (patch) | |
tree | 3ea1fb2796bc256e8c588fa1822db81dc6db7b89 | |
parent | 9b2e5b1e3388ed102a9aee13893c88b1b2200f8c (diff) |
one last tiny bugfix for the retry_realtime functionality
-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 4bdc71f31..f2c1c4f06 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1394,7 +1394,7 @@ sub retry_realtime { grep { #$_->part_bill_event->plan eq 'realtime-card' $_->part_bill_event->eventcode =~ - /\$cust_bill\->realtime_(card|ach|lec)$/ + /\$cust_bill\->realtime_(card|ach|lec)/ && $_->status eq 'done' && $_->statustext } |