From: jeff Date: Sun, 27 Aug 2006 20:10:02 +0000 (+0000) Subject: no comment X-Git-Tag: TRIXBOX_2_6~1002 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=984a7dfc285b3aac410dc20a7943b8d09083e94a;p=freeside.git no comment --- diff --git a/FS/FS/cust_pay_batch.pm b/FS/FS/cust_pay_batch.pm index d77b27479..515bb9a5d 100644 --- a/FS/FS/cust_pay_batch.pm +++ b/FS/FS/cust_pay_batch.pm @@ -146,8 +146,8 @@ sub check { or return "Illegal payby"; $self->payby($1); - #$error = FS::payby::payinfo_check($self->payby, \$self->payinfo); - #return $error if $error; + $error = FS::payby::payinfo_check($self->payby, \$self->payinfo); + return $error if $error; if ( $self->exp eq '' ) { return "Expiration date required"