diff options
author | levinse <levinse> | 2010-12-17 19:32:36 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-17 19:32:36 +0000 |
commit | 94fecaba4b378a09d1536cbaee01f5292a996b28 (patch) | |
tree | be23303023980024edd74bbcc0fc1b8b36e56865 /FS | |
parent | 7c5c97fd11e04b0e71afed4d014ca5de6e05015a (diff) |
self-service improvements, RT10883
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI/MyAccount.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 5e5972e67..74f98841a 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -955,6 +955,7 @@ sub list_pkgs { 'small_custview' => small_custview( $cust_main, $conf->config('countrydefault') ), 'wholesale_view' => 1, + 'login_svcpart' => [ $conf->config('selfservice_server-login_svcpart') ], 'date_format' => $conf->config('date_format') || '%m/%d/%Y', }; } |