diff options
author | levinse <levinse> | 2010-12-17 19:32:06 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-17 19:32:06 +0000 |
commit | 7dc0206e7ff40bfd3e95018a7d724a63ce0af8ab (patch) | |
tree | e916a6d0af968394c91cdeb4c2b399d5b044c438 /FS | |
parent | 0a9c2506f72162e9fc99679a35a6540b27a22848 (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 2e84dffd8..f5c81e1b8 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', }; } |