diff options
| author | ivan <ivan> | 2009-10-12 06:48:13 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-10-12 06:48:13 +0000 |
| commit | 73bde67816f29d4fa73b339ddb480484605e3e6c (patch) | |
| tree | bffc892886ca285ea1f8734e5977784c4e9c4bca /fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | |
| parent | 753eb6be03f5db8775e869607b45a70443853c6f (diff) | |
fix inadvertant "unknown package" error, fallout from pkg-balance work, RT#6125
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount_menu.html')
| -rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html index 617ae3ebe..8765323fa 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html @@ -13,7 +13,7 @@ my @menu = ( { title=>'Purchase', size=>'+1', }, ); -unless ( $pkgnum ) { +unless ( $access_pkgnum ) { push @menu, { title=>'Purchase additional package', url=>'customer_order_pkg', 'indent'=>2 }; @@ -57,7 +57,7 @@ push @menu, { title=>'View my usage', url=>'view_usage', size=>'+1', }, ; -unless ( $pkgnum ) { +unless ( $access_pkgnum ) { push @menu, { title=>'Setup my services', url=>'provision', size=>'+1', }, ; @@ -69,7 +69,7 @@ push @menu, push @menu, { title=>'Change my information', size=>'+1', }; -unless ( $pkgnum ) { +unless ( $access_pkgnum ) { push @menu, { title=>'Change billing address', url=>'change_bill', indent=>2 }, { title=>'Change service address', url=>'change_ship', indent=>2 }, |
