summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-01-24 23:41:46 +0000
committerivan <ivan>2007-01-24 23:41:46 +0000
commitddf21d3a3e70b4839e6b5db7a154ccc118026209 (patch)
tree698a05958cf8f35b5e619f73484b33f057e18e2b
parent43d3389061e5c2a428230792b67d42bbf6549a86 (diff)
00 = sale, 01 = pre-auth. we need the former
-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 371f17d19..b6af849b9 100644
--- a/httemplate/misc/download-batch.cgi
+++ b/httemplate/misc/download-batch.cgi
@@ -121,7 +121,7 @@
% } elsif ($format eq "csv-chase_canada-E-xactBatch"){
%
% my $payname=$cust_pay_batch->payname; $payname =~ tr/",/ /; #payinfo too? :P
-<% $cust_pay_batch->paybatchnum %>,<% $cust_pay_batch->custnum %>,<% $cust_pay_batch->invnum %>,"<% $payname %>",01,<% $cust_pay_batch->payinfo %>,<% $cust_pay_batch->amount %>,<% $exp %>,,
+<% $cust_pay_batch->paybatchnum %>,<% $cust_pay_batch->custnum %>,<% $cust_pay_batch->invnum %>,"<% $payname %>",00,<% $cust_pay_batch->payinfo %>,<% $cust_pay_batch->amount %>,<% $exp %>,,
%
%
% } else {