diff options
| author | ivan <ivan> | 2007-10-29 01:08:53 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2007-10-29 01:08:53 +0000 | 
| commit | 08479b4b70b77eae7a71f51c5fd1041ebc467936 (patch) | |
| tree | 29628b07bdee355e6baff41826f7c739028227c6 | |
| parent | 1010543cd45893a38e62acbb4be68c268cb5c34f (diff) | |
still have link back to the customer on printable receipt... should hide it from print at some point though
| -rw-r--r-- | httemplate/view/cust_pay.html | 8 | 
1 files changed, 8 insertions, 0 deletions
| 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", +     ) +  %> +  <BR><BR>  % } else {  | 
