further small UI tweaks
[freeside.git] / httemplate / view / cust_bill-pdf.cgi
index 03340a1..7aa6910 100755 (executable)
@@ -8,6 +8,6 @@ my $invnum = $1;
 my $cust_bill = qsearchs('cust_bill',{'invnum'=>$invnum});
 die "Invoice #$invnum not found!" unless $cust_bill;
 
-http_header('Content-Type' => 'application/postscript' );
+http_header('Content-Type' => 'application/pdf' );
 %>
-<%= $cust_bill->print_ps %>
+<%= $cust_bill->print_pdf %>