summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-07-17 16:02:02 +0000
committerivan <ivan>2003-07-17 16:02:02 +0000
commitb93199089f74afa80138b16c5ede6e4b4fe91442 (patch)
treec934f94705c41102663b6c716cb8d14da5ce3471
parente6af26844ebc727340f92cf6ecfe94d6a1110afe (diff)
one last tiny bugfix for the retry_realtime functionality
-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 4302c504a..51037ef97 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -1447,7 +1447,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
}