diff options
author | jeff <jeff> | 2007-01-17 23:27:18 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-01-17 23:27:18 +0000 |
commit | be10e7a1421c13eec4b1bb3676eaf5c84344e601 (patch) | |
tree | 49c042b08d310791618b97d35d5102018f822650 /httemplate/view/svc_acct.cgi | |
parent | 82caef6fbd6148a5a6a1d1149a13e23515551148 (diff) |
link to customer from manual payment screen (ticket 1414)
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 8 |
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 { |