link to customer from manual payment screen (ticket 1414)
[freeside.git] / httemplate / view / svc_acct.cgi
index 7fbefa1..2bacbca 100755 (executable)
 % 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 {