[freeside-commits] freeside/httemplate/view cust_pay.html, 1.1.2.2, 1.1.2.3

Ivan,,, ivan at wavetail.420.am
Sun Oct 28 18:08:57 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail:/tmp/cvs-serv10965/httemplate/view

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	cust_pay.html 
Log Message:
still have link back to the customer on printable receipt... should hide it from print at some point though

Index: cust_pay.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_pay.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- cust_pay.html	27 Oct 2007 04:46:21 -0000	1.1.2.2
+++ cust_pay.html	29 Oct 2007 01:08:53 -0000	1.1.2.3
@@ -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 { 
 



More information about the freeside-commits mailing list