diff options
| author | ivan <ivan> | 2004-03-22 11:06:28 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2004-03-22 11:06:28 +0000 |
| commit | 49401d74e2f9757808630c6aea4c298f672d2697 (patch) | |
| tree | a5957807d40775182f593055cbd3074d8c17440f /httemplate/view/svc_acct.cgi | |
| parent | 6cbc1e9226dbacccb377f2d56194946f6d5c6b36 (diff) | |
remove everything that links to package view also, closes: Bug#569
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
| -rwxr-xr-x | httemplate/view/svc_acct.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index f92e4e240..8657f16ab 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -50,8 +50,7 @@ function areyousure(href) { <%= header('Account View', menubar( ( ( $pkgnum || $custnum ) - ? ( "View this package (#$pkgnum)" => "${p}view/cust_pkg.cgi?$pkgnum", - "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", + ? ( "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", ) : ( "Cancel this (unaudited) account" => "javascript:areyousure(\'${p}misc/cancel-unaudited.cgi?$svcnum\')" ) |
