diff options
author | ivan <ivan> | 2004-02-26 19:21:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-02-26 19:21:28 +0000 |
commit | 68b54c10131ae55a6ac537673fa70ac103fed22b (patch) | |
tree | b55c260977acd9ba00e5f635b98741dbacfe0325 /httemplate | |
parent | 8d581f6199c27147f417f73cc9f58260efabf327 (diff) |
correct cancel link s/account/mail forward/
Diffstat (limited to 'httemplate')
-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 c2ce164d1..650972429 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, |