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 3d43dff..4425df0 100644
--- a/FS/FS/payby.pm
+++ b/FS/FS/payby.pm
@@ -103,7 +103,7 @@ sub payby2longname {
sub cust_payby {
my $self = shift;
- grep { ! exists $hash{$_}->{cust_main} } self->payby;
+ grep { ! exists $hash{$_}->{cust_main} } $self->payby;
}
sub cust_payby2longname {