summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_bill.cgi
diff options
context:
space:
mode:
authorivan <ivan>2004-01-11 23:59:20 +0000
committerivan <ivan>2004-01-11 23:59:20 +0000
commit0fd894c50eaa84169115ccbb682a53f5148a8c9c (patch)
tree1623b63626ed517f1fbd685b284f0618c37a8671 /httemplate/view/cust_bill.cgi
parentda068326c1f0df0cc574caf86745847ebf855b39 (diff)
typeset invoice view in web UI uses pdf instead of postscript, closes Bug#614
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
-rwxr-xr-xhttemplate/view/cust_bill.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi
index ddc9274..4e0c438 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