From: ivan Date: Mon, 29 Oct 2007 01:08:52 +0000 (+0000) Subject: still have link back to the customer on printable receipt... should hide it from... X-Git-Tag: TRIXBOX_2_6~260 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9595e16b22b67dda69322cacbe69d518ae3db4cc still have link back to the customer on printable receipt... should hide it from print at some point though --- diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html index 2d1a22b07..5edb50600 100644 --- a/httemplate/view/cust_pay.html +++ b/httemplate/view/cust_pay.html @@ -7,6 +7,14 @@ % } elsif ( $link eq 'print' ) { <% include('/elements/header-popup.html', "Payment Receipt" ) %> + +% #it would be nice if the menubar could be hidden for print, but better to +% # have it available than not, otherwise the user winds up at a dead end + <% menubar( + "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", + ) + %> +

% } else {