diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-07-31 09:24:50 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-16 12:26:41 -0400 |
commit | ab8fb59e7a48c6487ae36493928a5f7f558a61eb (patch) | |
tree | 5eed97d4632f25638e1a9d4e8ff645e91fb88789 /FS | |
parent | 3b7e4f87515c8137c7f9ef0fcb977e0fecd4d16a (diff) |
RT# 73490 - added global configuration to check if RT activity alert should be displayed.
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 77add5d97..967468b39 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5619,6 +5619,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' => 'billing', 'description' => 'Enable per-package balances.', |