summaryrefslogtreecommitdiff
path: root/httemplate/misc/download-batch.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-26 01:50:01 +0000
committerjeff <jeff>2007-04-26 01:50:01 +0000
commit8cc02af5f02c09118764e4b763dcc9ebec08c2e3 (patch)
treec7e326fd265a4d9f34c78e9617bf3b048c895035 /httemplate/misc/download-batch.cgi
parent7409f698686642a83b15a6f51f9034d2b8086fbc (diff)
revert dodgy ACH hack from ticket 1436
Diffstat (limited to 'httemplate/misc/download-batch.cgi')
-rw-r--r--httemplate/misc/download-batch.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/download-batch.cgi b/httemplate/misc/download-batch.cgi
index 26c385ebc..da975376b 100644
--- a/httemplate/misc/download-batch.cgi
+++ b/httemplate/misc/download-batch.cgi
@@ -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;