From: ivan Date: Tue, 31 Jan 2006 15:01:41 +0000 (+0000) Subject: oops, forgot $ X-Git-Tag: BEFORE_RT_3_4_5^2~213 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=87d6769f31ddd6826211db1a9784ca8dc2297391;p=freeside.git oops, forgot $ --- diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm index 3d43dff60..4425df040 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 {