diff options
author | ivan <ivan> | 2004-02-26 19:21:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-02-26 19:21:29 +0000 |
commit | 20e62488413265b38a127a7d31f6deaf1e57a9ba (patch) | |
tree | f9bbd1ba2a9fa85cfe83dd88df74af7524cba9ad | |
parent | be2a062dca5a284f00c625ca19451a49b994104c (diff) |
correct cancel link s/account/mail forward/
-rwxr-xr-x | httemplate/view/svc_forward.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_forward.cgi b/httemplate/view/svc_forward.cgi index e50109be2..915511e54 100755 --- a/httemplate/view/svc_forward.cgi +++ b/httemplate/view/svc_forward.cgi @@ -28,7 +28,7 @@ print header('Mail Forward View', menubar( ? ( "View this package (#$pkgnum)" => "${p}view/cust_pkg.cgi?$pkgnum", "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", ) - : ( "Cancel this (unaudited) account" => + : ( "Cancel this (unaudited) mail forward" => "${p}misc/cancel-unaudited.cgi?$svcnum" ) ), "Main menu" => $p, |