diff options
| author | jeff <jeff> | 2007-01-19 23:00:36 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2007-01-19 23:00:36 +0000 | 
| commit | 216136a9a2aed14a099b9cc931c5b21a29c04894 (patch) | |
| tree | f7caa27b960ce71081831a03d828a2b807eb11e1 /httemplate/misc/download-batch.cgi | |
| parent | 32860d44e17b53f220cd98e041219d7d5b8a4619 (diff) | |
work around CSV brokenness
Diffstat (limited to 'httemplate/misc/download-batch.cgi')
| -rw-r--r-- | httemplate/misc/download-batch.cgi | 4 | 
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 { | 
