[freeside-commits] freeside/FS/FS Conf.pm,1.371,1.372

Ivan,,, ivan at wavetail.420.am
Mon Jun 28 18:42:49 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv23403

Modified Files:
	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.371
retrieving revision 1.372
diff -u -w -d -r1.371 -r1.372
--- Conf.pm	29 Jun 2010 01:40:25 -0000	1.371
+++ Conf.pm	29 Jun 2010 01:42:47 -0000	1.372
@@ -2196,7 +2196,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