summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorjeff <jeff>2007-01-19 23:00:36 +0000
committerjeff <jeff>2007-01-19 23:00:36 +0000
commit216136a9a2aed14a099b9cc931c5b21a29c04894 (patch)
treef7caa27b960ce71081831a03d828a2b807eb11e1 /httemplate
parent32860d44e17b53f220cd98e041219d7d5b8a4619 (diff)
work around CSV brokenness
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/misc/download-batch.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/download-batch.cgi b/httemplate/misc/download-batch.cgi
index 74805b2a8..371f17d19 100644
--- a/httemplate/misc/download-batch.cgi
+++ b/httemplate/misc/download-batch.cgi
@@ -120,8 +120,8 @@
%
% } elsif ($format eq "csv-chase_canada-E-xactBatch"){
%
-%
-<% $cust_pay_batch->paybatchnum %>,<% $cust_pay_batch->custnum %>,<% $cust_pay_batch->invnum %>,"<% $cust_pay_batch->payname %>",01,<% $cust_pay_batch->payinfo %>,<% $cust_pay_batch->amount %>,<% $exp %>,,
+% 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 %>,,
%
%
% } else {