[freeside-commits] freeside/FS/FS/pay_batch RBC.pm, 1.1.2.4, 1.1.2.5
Mark Wells
mark at wavetail.420.am
Tue Feb 9 18:13:04 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/pay_batch
In directory wavetail.420.am:/tmp/cvs-serv14579/FS/FS/pay_batch
Modified Files:
Tag: FREESIDE_1_9_BRANCH
RBC.pm
Log Message:
RT#7274: accept CR/LF in RBC batch import
Index: RBC.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/pay_batch/RBC.pm,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- RBC.pm 7 Jan 2010 09:49:11 -0000 1.1.2.4
+++ RBC.pm 10 Feb 2010 02:13:02 -0000 1.1.2.5
@@ -14,7 +14,7 @@
%import_info = (
'filetype' => 'fixed',
'formatre' =>
- '^(.).{18}(.{4}).{3}(.).{11}(.{19}).{6}(.{30}).{17}(.{9})(.{18}).{6}(.{14}).{23}(.).{9}$',
+ '^(.).{18}(.{4}).{3}(.).{11}(.{19}).{6}(.{30}).{17}(.{9})(.{18}).{6}(.{14}).{23}(.).{9}\r?$',
'fields' => [ qw(
recordtype
batchnum
More information about the freeside-commits
mailing list