From: ivan Date: Tue, 29 Jun 2010 01:40:26 +0000 (+0000) Subject: add global_unique-pbx_title to disable duplicate checking on svc_pbx.title X-Git-Tag: freeside_1_9_4~28 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=b8fa92c229d3f47672645fe471a19307a88ed1a6;p=freeside.git add global_unique-pbx_title to disable duplicate checking on svc_pbx.title --- 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 @@ -2179,6 +2179,14 @@ and customer address. Include units.', 'select_enum' => [ 'none', 'countrycode+phonenum', 'disabled' ], }, + { + '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',