[freeside-commits] freeside/FS/FS Conf.pm,1.324.2.39,1.324.2.40
Ivan,,,
ivan at wavetail.420.am
Mon Jun 28 18:42:50 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv23407
Modified Files:
Tag: FREESIDE_1_9_BRANCH
Conf.pm
Log Message:
add global_unique-pbx_title to disable duplicate checking on svc_pbx.title
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.324.2.39
retrieving revision 1.324.2.40
diff -u -w -d -r1.324.2.39 -r1.324.2.40
--- Conf.pm 29 Jun 2010 01:40:26 -0000 1.324.2.39
+++ Conf.pm 29 Jun 2010 01:42:48 -0000 1.324.2.40
@@ -2182,7 +2182,7 @@
{
'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' ],
},
More information about the freeside-commits
mailing list