X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e2ebd09af8f5e2836335746989183782e6ce6ac0;hb=e42acf0982119c844bf1cf67d93ccfcebdf445ae;hp=086448cfff1303d1f488b796baca87e9babd39a1;hpb=f21ba2add822ca502b1e66b27a30c4404f97c35e;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 086448cff..e2ebd09af 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5773,6 +5773,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-ACH_info_readonly', + 'section' => 'self-service', + 'description' => 'make ACH on self service portal read only', + 'type' => 'checkbox', + }, + + { 'key' => 'selfservice-announcement', 'section' => 'self-service', 'description' => 'HTML announcement to display to all authenticated users on account overview page', @@ -5781,8 +5788,8 @@ and customer address. Include units.', { 'key' => 'logout-timeout', - 'section' => 'UI', - 'description' => 'If set, automatically log users out of the backoffice after this many minutes.', + 'section' => 'deprecated', + 'description' => 'Deprecated. Used to automatically log users out of the backoffice after this many minutes. Set session timeouts in employee groups instead.', 'type' => 'text', },