[freeside-commits] freeside/httemplate/misc download-batch.cgi, 1.20.2.2, 1.20.2.3

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Apr 25 18:50:53 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv5783/httemplate/misc

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	download-batch.cgi 
Log Message:
revert dodgy ACH hack from ticket 1436 (backport)

Index: download-batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/download-batch.cgi,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -u -d -r1.20.2.2 -r1.20.2.3
--- download-batch.cgi	23 Apr 2007 03:42:40 -0000	1.20.2.2
+++ download-batch.cgi	26 Apr 2007 01:50:51 -0000	1.20.2.3
@@ -99,7 +99,7 @@
 %
 %  my( $account, $aba ) = split( '@', $cust_pay_batch->payinfo );
 %  my $payname=$cust_pay_batch->payname; $payname =~ tr/",/  /; #payinfo too?
-%  my $batchline = qq!"$payname","!.$cust_pay_batch->custnum.   #dodgy, works for autoapply
+%  my $batchline = qq!"$payname","!.$cust_pay_batch->paybatchnum.
 %                  qq!","$aba","$account","27","!.$cust_pay_batch->amount.
 %                  qq!","27","0.00"!;
 %  push @batchlines, $batchline;



More information about the freeside-commits mailing list