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/elements | |
parent | 82caef6fbd6148a5a6a1d1149a13e23515551148 (diff) |
link to customer from manual payment screen (ticket 1414)
Diffstat (limited to 'httemplate/view/elements')
-rw-r--r-- | httemplate/view/elements/svc_Common.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html index 7b8df3a74..92eef2dad 100644 --- a/httemplate/view/elements/svc_Common.html +++ b/httemplate/view/elements/svc_Common.html @@ -54,11 +54,10 @@ % if ( $custnum ) { - <% include("/elements/header.html","View $label: $value", menubar( - "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", - )) %> + <% include("/elements/header.html","View $label: $value") %> - <% include( '/elements/small_custview.html', $custnum, '', 1 ) %> + <% include( '/elements/small_custview.html', $custnum, '', 1, + "${p}view/cust_main.cgi") %> <BR> % } else { |