summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authormark <mark>2011-01-01 06:39:17 +0000
committermark <mark>2011-01-01 06:39:17 +0000
commit29c296af24c09dc904f6fad51edbf3c5f2f085d3 (patch)
treeb483d255acfd97b9adcd97ecee949f88972f485e /FS/FS/Conf.pm
parentc587b5fdc7175c2a752558efccfc3f424cff6c0d (diff)
ticketing escalation, part 1, RT#8254
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 d3cd994be..e3fc7e33a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2552,6 +2552,13 @@ and customer address. Include units.',
},
{
+ 'key' => 'ticket_system-escalation',
+ 'section' => '',
+ 'description' => 'Enable priority escalation of tickets as part of daily batch processing.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'ticket_system-rt_external_datasrc',
'section' => '',
'description' => 'With external RT integration, the DBI data source for the external RT installation, for example, <code>DBI:Pg:user=rt_user;password=rt_word;host=rt.example.com;dbname=rt</code>',