diff options
author | jeff <jeff> | 2007-04-26 01:50:01 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-26 01:50:01 +0000 |
commit | 8cc02af5f02c09118764e4b763dcc9ebec08c2e3 (patch) | |
tree | c7e326fd265a4d9f34c78e9617bf3b048c895035 /httemplate/misc/download-batch.cgi | |
parent | 7409f698686642a83b15a6f51f9034d2b8086fbc (diff) |
revert dodgy ACH hack from ticket 1436
Diffstat (limited to 'httemplate/misc/download-batch.cgi')
-rw-r--r-- | httemplate/misc/download-batch.cgi | 2 |
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; |