[freeside-commits] freeside/FS/FS cust_pay_batch.pm,1.14,1.15
Jeff Finucane,420,,
jeff at wavetail.420.am
Sun Aug 27 13:10:04 PDT 2006
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv21788
Modified Files:
cust_pay_batch.pm
Log Message:
no comment
Index: cust_pay_batch.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pay_batch.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cust_pay_batch.pm 26 Aug 2006 23:15:12 -0000 1.14
+++ cust_pay_batch.pm 27 Aug 2006 20:10:02 -0000 1.15
@@ -146,8 +146,8 @@
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"
More information about the freeside-commits
mailing list