[freeside-commits] freeside/FS/FS/pay_batch td_eft1464.pm, 1.1.2.3, 1.1.2.4

Mark Wells mark at wavetail.420.am
Mon Jan 17 16:32:59 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	td_eft1464.pm 
Log Message:
TD EFT format fixes, RT#10545

Index: td_eft1464.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/pay_batch/td_eft1464.pm,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -w -d -r1.1.2.3 -r1.1.2.4
--- td_eft1464.pm	24 Dec 2010 00:41:25 -0000	1.1.2.3
+++ td_eft1464.pm	18 Jan 2011 00:32:57 -0000	1.1.2.4
@@ -53,6 +53,7 @@
 # just to suppress warning; importing this format is a fatal error
 
 %export_info = (
+  delimiter => '',
   init => sub {
     $conf = shift;
     @opt{
@@ -94,7 +95,7 @@
       $opt{'fcn'},
       $now,
       $opt{'datacenter'},
-      ' ' x 1429 #filler
+      ' ' x 1429, #filler
     );
   },
   row => sub {



More information about the freeside-commits mailing list