summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-07-31 09:24:50 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-07-31 09:24:50 -0400
commit09a43bd0984104796052ceee7fdae0581612535d (patch)
treee57e3711252ddd497418e7c4ac9bcd0519192671 /FS/FS/Conf.pm
parent862381171227acfe4a7bf5e1957de991b3928704 (diff)
RT# 73490 - added global configuration to check if RT activity alert should be displayed.
Diffstat (limited to 'FS/FS/Conf.pm')
-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 d41cc74..a0b9a9c 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.',