summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_bill-ps.cgi
diff options
context:
space:
mode:
authorivan <ivan>2005-03-06 03:04:29 +0000
committerivan <ivan>2005-03-06 03:04:29 +0000
commit34647c32b50ce3b8ee1b6d3d7aef4ba9d0297bdb (patch)
treefaf2226212cf421ffc5d7c998f9eab9ed2ef9216 /httemplate/view/cust_bill-ps.cgi
parentf34557b8890dcc63db6c5588233dc7bfa9d39f22 (diff)
add Excel and CSV download of templated reports and clean up their HTML formatting, closes; Bug#520, Bug#1107
Diffstat (limited to 'httemplate/view/cust_bill-ps.cgi')
-rwxr-xr-xhttemplate/view/cust_bill-ps.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/cust_bill-ps.cgi b/httemplate/view/cust_bill-ps.cgi
index 8485a15..e730a82 100755
--- a/httemplate/view/cust_bill-ps.cgi
+++ b/httemplate/view/cust_bill-ps.cgi
@@ -10,5 +10,4 @@ my $cust_bill = qsearchs('cust_bill',{'invnum'=>$invnum});
die "Invoice #$invnum not found!" unless $cust_bill;
http_header('Content-Type' => 'application/postscript' );
-%>
-<%= $cust_bill->print_ps( '', $templatename) %>
+%><%= $cust_bill->print_ps( '', $templatename) %>