projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333281c
)
add link to view typeset invoice
author
ivan
<ivan>
Sun, 30 Nov 2003 07:52:17 +0000
(07:52 +0000)
committer
ivan
<ivan>
Sun, 30 Nov 2003 07:52:17 +0000
(07:52 +0000)
httemplate/view/cust_bill.cgi
patch
|
blob
|
history
diff --git
a/httemplate/view/cust_bill.cgi
b/httemplate/view/cust_bill.cgi
index
53d7bc0
..
ddc9274
100755
(executable)
--- a/
httemplate/view/cust_bill.cgi
+++ b/
httemplate/view/cust_bill.cgi
@@
-22,6
+22,10
@@
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",
+), '<BR><BR>';
+
#false laziness with search/cust_bill_event.cgi
print table(). '<TR><TH>Event</TH><TH>Date</TH><TH>Status</TH></TR>';