diff options
author | mark <mark> | 2010-07-22 23:33:30 +0000 |
---|---|---|
committer | mark <mark> | 2010-07-22 23:33:30 +0000 |
commit | 8c2973184d9e8e357f433b7380c7884454cc0293 (patch) | |
tree | 793a2d5af8d60494d3ca6abcd5d430445ce6f99d /FS | |
parent | cbc36fe3a65f4713239611a0dffd8afa0de3c46e (diff) |
option to force default queue for new tickets in cust_main, RT#8889
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index acbd229d5..0d891be25 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2251,7 +2251,12 @@ and customer address. Include units.', } }, }, - + { + 'key' => 'ticket_system-force_default_queueid', + 'section' => '', + 'description' => 'Disallow queue selection when creating new tickets from customer view.', + 'type' => 'checkbox', + }, { 'key' => 'ticket_system-selfservice_queueid', 'section' => '', |