summaryrefslogtreecommitdiff
path: root/FS/FS/payby.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/payby.pm')
-rw-r--r--FS/FS/payby.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm
index 6684c95f0..349d266a3 100644
--- a/FS/FS/payby.pm
+++ b/FS/FS/payby.pm
@@ -124,7 +124,7 @@ sub can_payby {
#return "Illegal payby" unless $hash{$payby};
return 0 unless $hash{$payby};
- $table = 'cust_pay' if $table eq 'cust_pay_batch' || $table eq 'cust_refund';
+ $table = 'cust_pay' if $table =~ /^cust_(pay_pending|pay_batch|pay_void|refund)$/;
return 0 if exists( $hash{$payby}->{$table} );
return 1;