summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorivan <ivan>2003-09-21 07:31:27 +0000
committerivan <ivan>2003-09-21 07:31:27 +0000
commit8ba4df7e0fab1faa2032b8311a195d297502e4b2 (patch)
treef73e6e210493eb1107a4c8117f897180ee863006 /httemplate/misc
parent95b6fff06bd55cfc97647b056cb321b1b57c2d78 (diff)
remove trancode from batching
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/download-batch.cgi2
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', {} )