X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_bill-pdf.cgi;h=ce7ab0c5c23e2fa3b0bc5f7d47425c72f9b2c02b;hp=a72a60551190bb1299a8c2a4ed58bd7c6b1e7b5f;hb=34647c32b50ce3b8ee1b6d3d7aef4ba9d0297bdb;hpb=2041a9143fac20b79ead4a1ae01224dedf5b27c2 diff --git a/httemplate/view/cust_bill-pdf.cgi b/httemplate/view/cust_bill-pdf.cgi index a72a60551..ce7ab0c5c 100755 --- a/httemplate/view/cust_bill-pdf.cgi +++ b/httemplate/view/cust_bill-pdf.cgi @@ -14,5 +14,4 @@ my $pdf = $cust_bill->print_pdf( '', $templatename); http_header('Content-Type' => 'application/pdf' ); http_header('Content-Length' => length($pdf) ); http_header('Cache-control' => 'max-age=60' ); -%> -<%= $pdf %> +%><%= $pdf %>