X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=cd2792b08b62e0bdc4d043529a644a3377dbfb8c;hp=11658a8c18dc8c6284d7aad1ff57c4008c2425bf;hb=4be4412e7846c82db85563d4915b3a31c5217f48;hpb=aac306bf608d21e3e8e739285cf77e66c32aabde diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 11658a8c1..cd2792b08 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2194,6 +2194,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).',