diff options
author | ivan <ivan> | 2010-06-29 01:40:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-06-29 01:40:26 +0000 |
commit | b8fa92c229d3f47672645fe471a19307a88ed1a6 (patch) | |
tree | fd886c82f80adf3b272018ea6181ce7c1d1ae423 | |
parent | 353b88698e306938393a408e51c5613dd044afdc (diff) |
add global_unique-pbx_title to disable duplicate checking on svc_pbx.title
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5435aba22..c27284613 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2180,6 +2180,14 @@ and customer address. Include units.', }, { + 'key' => 'global_unique-pbx_title', + 'section' => '', + 'description' => 'Global phone number uniqueness control: enabled (usual setting - title must e unique), or disabled turns off duplicate checking for this field.', + 'type' => 'select', + 'select_enum' => [ 'enabled', 'disabled' ], + }, + + { 'key' => 'svc_external-skip_manual', 'section' => 'UI', 'description' => 'When provisioning svc_external services, skip manual entry of id and title fields in the UI. Usually used in conjunction with an export that populates these fields (i.e. artera_turbo).', |