[freeside-commits] freeside/FS/FS/pay_batch RBC.pm,1.3,1.4

Mark Wells mark at wavetail.420.am
Tue Feb 9 18:12:45 PST 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/pay_batch
In directory wavetail.420.am:/tmp/cvs-serv14511/FS/FS/pay_batch

Modified Files:
	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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- RBC.pm	7 Jan 2010 09:48:51 -0000	1.3
+++ RBC.pm	10 Feb 2010 02:12:43 -0000	1.4
@@ -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