make hours/input/output/total display on invoices conditional on there being any...
[freeside.git] / httemplate / misc / download-batch.cgi
index 5ee12f1..306ef5d 100644 (file)
@@ -1,6 +1,7 @@
 <%
 
-http_header('Content-Type' => 'text/comma-separated-values');
+#http_header('Content-Type' => 'text/comma-separated-values' ); #IE chokes
+http_header('Content-Type' => 'text/plain' );
 
 for my $cust_pay_batch ( sort { $a->paybatchnum <=> $b->paybatchnum }
                               qsearch('cust_pay_batch', {} )