diff options
author | ivan <ivan> | 2003-09-21 07:31:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-21 07:31:26 +0000 |
commit | bf975d7230268400f24572d1cfc38e65c5f60cb5 (patch) | |
tree | 7bae4ace64a03560030f22d7d699f7763eb606fb /httemplate/misc | |
parent | e29fc081b934b823c1814d2404d60d4e03b3695a (diff) |
remove trancode from batching
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/download-batch.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/download-batch.cgi b/httemplate/misc/download-batch.cgi index 5ee12f174..ecb80d256 100644 --- a/httemplate/misc/download-batch.cgi +++ b/httemplate/misc/download-batch.cgi @@ -1,6 +1,6 @@ <% -http_header('Content-Type' => 'text/comma-separated-values'); +http_header('Content-Type' => 'text/comma-separated-values' ); for my $cust_pay_batch ( sort { $a->paybatchnum <=> $b->paybatchnum } qsearch('cust_pay_batch', {} ) |