diff options
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 fe6aa50a7..c6212756a 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -2898,7 +2898,7 @@ sub realtime_refund_bop {        or return "Unknown paynum $options{'paynum'}";      $amount ||= $cust_pay->paid; -    $cust_pay->paybatch =~ /^((\d+)\-)?(\w+):\s*([\w\-]*)(:([\w\-]+))?$/ +    $cust_pay->paybatch =~ /^((\d+)\-)?(\w+):\s*([\w\-\/ ]*)(:([\w\-]+))?$/        or return "Can't parse paybatch for paynum $options{'paynum'}: ".                  $cust_pay->paybatch;      my $gatewaynum = ''; | 
