[freeside-commits] freeside/httemplate/view svc_acct.cgi,1.47,1.48

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Jan 17 15:27:20 PST 2007


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

Modified Files:
	svc_acct.cgi 
Log Message:
link to customer from manual payment screen (ticket 1414)

Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_acct.cgi,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- svc_acct.cgi	5 Dec 2006 02:37:14 -0000	1.47
+++ svc_acct.cgi	17 Jan 2007 23:27:18 -0000	1.48
@@ -37,12 +37,10 @@
 % if ( $custnum ) { 
 
 
-  <% include("/elements/header.html","View $svc account", menubar(
-    "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum",
-    "Main menu" => $p,
-  )) %>
+  <% include("/elements/header.html","View $svc account") %>
 
-  <% include( '/elements/small_custview.html', $custnum, '', 1 ) %>
+  <% include( '/elements/small_custview.html', $custnum, '', 1,
+     "${p}view/cust_main.cgi") %>
   <BR>
 % } else { 
 



More information about the freeside-commits mailing list