summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-07-31 09:24:50 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-08-16 11:55:10 -0400
commitaf965b6e50e539c74dfede0ced874e2a103d42eb (patch)
treecdcd3db5ea7f84337b2a4cf6ce806234234da2f2 /FS
parentc7af3fc8437b825afe29ca3bcbedd7bf41404c4d (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.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index b5b5ec8..3053d78 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5340,6 +5340,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.',