From ab8fb59e7a48c6487ae36493928a5f7f558a61eb Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 31 Jul 2017 09:24:50 -0400 Subject: RT# 73490 - added global configuration to check if RT activity alert should be displayed. --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') 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 @@ -5618,6 +5618,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + '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', -- cgit v1.2.1