X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ba0bc5b6d69086a8cdcddbe4e18ab94ee37fc3c4;hb=aaace663fe7ff34479a707f3976c32010e4a1845;hp=a05ad0358b8b9177390dec54e597d22ae5297a4f;hpb=1318909d7eb16d736cbfb9f641eecccb00d4636c;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a05ad0358..ba0bc5b6d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2270,6 +2270,21 @@ and customer address. Include units.', }, { + 'key' => 'selfservice_server-login_svcpart', + 'section' => 'self-service', + 'description' => 'If specified, only allow the specified svcparts to login to self-service.', + 'type' => 'select-part_svc', + 'multiple' => 1, + }, + + { + 'key' => 'selfservice_server-view-wholesale', + 'section' => 'self-service', + 'description' => 'If enabled, use a wholesale package view in the self-service.', + 'type' => 'checkbox', + }, + + { 'key' => 'selfservice-agent_signup', 'section' => 'self-service', 'description' => 'Allow agent signup via self-service.', @@ -2689,6 +2704,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_pkg-group_by_location', + 'section' => 'UI', + 'description' => "Group packages by location.", + 'type' => 'checkbox', + }, + + { 'key' => 'cust_pkg-show_fcc_voice_grade_equivalent', 'section' => 'UI', 'description' => "Show a field on package definitions for assigning a DSO equivalency number suitable for use on FCC form 477.",