summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authormark <mark>2010-07-22 23:33:30 +0000
committermark <mark>2010-07-22 23:33:30 +0000
commit8c2973184d9e8e357f433b7380c7884454cc0293 (patch)
tree793a2d5af8d60494d3ca6abcd5d430445ce6f99d /FS
parentcbc36fe3a65f4713239611a0dffd8afa0de3c46e (diff)
option to force default queue for new tickets in cust_main, RT#8889
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index acbd229..0d891be 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' => '',