X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_bill-ps.cgi;h=e730a822a54050f3e164345ceb94dbc6d60204fe;hp=8485a150f6da98ba8b5f66555d398f6f9ef4884e;hb=34647c32b50ce3b8ee1b6d3d7aef4ba9d0297bdb;hpb=f34557b8890dcc63db6c5588233dc7bfa9d39f22 diff --git a/httemplate/view/cust_bill-ps.cgi b/httemplate/view/cust_bill-ps.cgi index 8485a150f..e730a822a 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) %>