diff options
author | ivan <ivan> | 2004-01-11 23:59:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-11 23:59:24 +0000 |
commit | d173866aa911877663c3350dbedff2413b1cd5d3 (patch) | |
tree | fc7e5d941b12781e6007ff2bb06b386ef9f35b6b /httemplate | |
parent | c56c1d651c6384fdc7d7bf8909061f3b0cd0b26a (diff) |
typeset invoice view in web UI uses pdf instead of postscript, closes Bug#614
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/view/cust_bill.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index ddc92748d..4e0c4383b 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -23,7 +23,7 @@ print qq!<A HREF="${p}edit/cust_pay.cgi?$invnum">Enter payments (check/cash) aga print qq!<A HREF="${p}misc/print-invoice.cgi?$invnum">Reprint this invoice</A>!. '<BR><BR>'; print menubar( - 'View typeset invoice' => "${p}view/cust_bill-ps.cgi?$invnum", + 'View typeset invoice' => "${p}view/cust_bill-pdf.cgi?$invnum", ), '<BR><BR>'; #false laziness with search/cust_bill_event.cgi |