[freeside-commits] freeside/httemplate/misc download-batch.cgi, 1.18, 1.19

Ivan,,, ivan at wavetail.420.am
Wed Jan 24 15:41:48 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv6098

Modified Files:
	download-batch.cgi 
Log Message:
00 = sale, 01 = pre-auth.  we need the former

Index: download-batch.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/download-batch.cgi,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- download-batch.cgi	19 Jan 2007 23:00:36 -0000	1.18
+++ download-batch.cgi	24 Jan 2007 23:41:46 -0000	1.19
@@ -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 {



More information about the freeside-commits mailing list