diff options
| author | jeff <jeff> | 2007-04-23 03:42:41 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2007-04-23 03:42:41 +0000 |
| commit | 5080562bde309a0501f003b1d6fa35d29f0885bd (patch) | |
| tree | b94940b655e831ad846b2192556f65ed4755a860 /httemplate/misc/download-batch.cgi | |
| parent | eb707fa14dfee23b25f744e3fa4c6f8cc6a9db0a (diff) | |
add to ACH batch feature from customer view page (backport)
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 da975376b..26c385ebc 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->paybatchnum. +% my $batchline = qq!"$payname","!.$cust_pay_batch->custnum. #dodgy, works for autoapply % qq!","$aba","$account","27","!.$cust_pay_batch->amount. % qq!","27","0.00"!; % push @batchlines, $batchline; |
