[freeside-commits] freeside/httemplate/misc download-batch.cgi, 1.22, 1.23
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Apr 25 18:50:04 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv5700/httemplate/misc
Modified Files:
download-batch.cgi
Log Message:
revert dodgy ACH hack from ticket 1436
Index: download-batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/download-batch.cgi,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- download-batch.cgi 23 Apr 2007 03:41:30 -0000 1.22
+++ download-batch.cgi 26 Apr 2007 01:50:01 -0000 1.23
@@ -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