summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_acct.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-01-17 23:27:18 +0000
committerjeff <jeff>2007-01-17 23:27:18 +0000
commitbe10e7a1421c13eec4b1bb3676eaf5c84344e601 (patch)
tree49c042b08d310791618b97d35d5102018f822650 /httemplate/view/svc_acct.cgi
parent82caef6fbd6148a5a6a1d1149a13e23515551148 (diff)
link to customer from manual payment screen (ticket 1414)
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
-rwxr-xr-xhttemplate/view/svc_acct.cgi8
1 files changed, 3 insertions, 5 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi
index 7fbefa14b..2bacbcaff 100755
--- a/httemplate/view/svc_acct.cgi
+++ b/httemplate/view/svc_acct.cgi
@@ -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 {