From: ivan Date: Wed, 24 Jan 2007 23:41:46 +0000 (+0000) Subject: 00 = sale, 01 = pre-auth. we need the former X-Git-Tag: TRIXBOX_2_6~726 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ddf21d3a3e70b4839e6b5db7a154ccc118026209 00 = sale, 01 = pre-auth. we need the former --- 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 {