X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a0b9a9cde65023c76a3fbe1ff70033d85760b1f6;hb=09a43bd0984104796052ceee7fdae0581612535d;hp=086448cfff1303d1f488b796baca87e9babd39a1;hpb=f21ba2add822ca502b1e66b27a30c4404f97c35e;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 086448cff..a0b9a9cde 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5305,6 +5305,13 @@ and customer address. Include units.', }, { + 'key' => 'rt-hide_activity_notification', + 'section' => 'ticketing', + 'description' => 'Hide the notification box when there is activity on tickets', + 'type' => 'checkbox', + }, + + { 'key' => 'pkg-balances', 'section' => 'packages', 'description' => 'Enable per-package balances.', @@ -5773,6 +5780,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',