[freeside-commits] freeside/httemplate/misc download-batch.cgi, 1.23, 1.24

Jeff Finucane,420,, jeff at wavetail.420.am
Sun May 6 19:14:44 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/home/jeff/freeside/httemplate/misc

Modified Files:
	download-batch.cgi 
Log Message:
1609 correct spiritone ACH

Index: download-batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/download-batch.cgi,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- download-batch.cgi	26 Apr 2007 01:50:01 -0000	1.23
+++ download-batch.cgi	7 May 2007 02:14:42 -0000	1.24
@@ -98,7 +98,8 @@
 %  }elsif ($format eq "ach-spiritone"){
 %
 %  my( $account, $aba ) = split( '@', $cust_pay_batch->payinfo );
-%  my $payname=$cust_pay_batch->payname; $payname =~ tr/",/  /; #payinfo too?
+%  my $payname=$cust_pay_batch->first. " ". $cust_pay_batch->last;
+%  $payname =~ tr/",/  /;                                        #payinfo too?
 %  my $batchline = qq!"$payname","!.$cust_pay_batch->paybatchnum.
 %                  qq!","$aba","$account","27","!.$cust_pay_batch->amount.
 %                  qq!","27","0.00"!;



More information about the freeside-commits mailing list