[freeside-commits] freeside/FS/FS cust_pay_batch.pm,1.20,1.21
Ivan,,,
ivan at wavetail.420.am
Mon Jan 22 23:44:59 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv10517
Modified Files:
cust_pay_batch.pm
Log Message:
even have 4 digit zips in there eek
Index: cust_pay_batch.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pay_batch.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- cust_pay_batch.pm 18 Jan 2007 18:14:05 -0000 1.20
+++ cust_pay_batch.pm 23 Jan 2007 07:44:57 -0000 1.21
@@ -175,7 +175,7 @@
}
#we have lots of old zips in there... don't hork up batch results cause of em
- $self->zip =~ /^\s*(\w[\w\-\s]{3,8}\w)\s*$/
+ $self->zip =~ /^\s*(\w[\w\-\s]{2,8}\w)\s*$/
or return "Illegal zip: ". $self->zip;
$self->zip($1);
More information about the freeside-commits
mailing list