diff options
author | ivan <ivan> | 2010-06-29 01:42:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-06-29 01:42:47 +0000 |
commit | 6bc5b13b1a7039c578b16fb9d958bda79a828948 (patch) | |
tree | cbe51f109c633bc5fe9a353ee4187dbf8eab6978 /FS | |
parent | 4be4412e7846c82db85563d4915b3a31c5217f48 (diff) |
add global_unique-pbx_title to disable duplicate checking on svc_pbx.title
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index cd2792b08..853a951ef 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2196,7 +2196,7 @@ 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.', + 'description' => 'Global phone number uniqueness control: enabled (usual setting - svc_pbx.title must be unique), or disabled turns off duplicate checking for this field.', 'type' => 'select', 'select_enum' => [ 'enabled', 'disabled' ], }, |