[freeside-commits] freeside/FS/FS svc_dsl.pm, 1.8, 1.9 svc_pbx.pm, 1.11, 1.12

Ivan,,, ivan at wavetail.420.am
Sun Mar 20 17:52:35 PDT 2011


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

Modified Files:
	svc_dsl.pm svc_pbx.pm 
Log Message:
fix PBX and DSL capitalization in menu, add qualifiction report to reports->services->dsl, RT#7111

Index: svc_pbx.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_pbx.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -d -r1.11 -r1.12
--- svc_pbx.pm	28 Oct 2010 07:47:13 -0000	1.11
+++ svc_pbx.pm	21 Mar 2011 00:52:33 -0000	1.12
@@ -81,8 +81,9 @@
 sub table_info {
   {
     'name' => 'PBX',
-    'name_plural' => 'PBXs', #optional,
-    'longname_plural' => 'PBXs', #optional
+    'name_plural' => 'PBXs',
+    'lcname_plural' => 'PBXs',
+    'longname_plural' => 'PBXs',
     'sorts' => 'svcnum', # optional sort field (or arrayref of sort fields, main first)
     'display_weight' => 70,
     'cancel_weight'  => 90,
@@ -91,24 +92,6 @@
       'title' => 'Name',
       'max_extensions' => 'Maximum number of User Extensions',
       'max_simultaneous' => 'Maximum number of simultaneous users',
-#      'field'         => 'Description',
-#      'another_field' => { 
-#                           'label'     => 'Description',
-#			   'def_label' => 'Description for service definitions',
-#			   'type'      => 'text',
-#			   'disable_default'   => 1, #disable switches
-#			   'disable_fixed'     => 1, #
-#			   'disable_inventory' => 1, #
-#			 },
-#      'foreign_key'   => { 
-#                           'label'        => 'Description',
-#			   'def_label'    => 'Description for service defs',
-#			   'type'         => 'select',
-#			   'select_table' => 'foreign_table',
-#			   'select_key'   => 'key_field_in_table',
-#			   'select_label' => 'label_field_in_table',
-#			 },
-
     },
   };
 }

Index: svc_dsl.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_dsl.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- svc_dsl.pm	10 Jan 2011 22:00:10 -0000	1.8
+++ svc_dsl.pm	21 Mar 2011 00:52:33 -0000	1.9
@@ -129,6 +129,8 @@
 
     {
 	'name' => 'DSL',
+	'name_plural' => 'DSLs',
+	'lcname_plural' => 'DSLs',
 	'sorts' => [ 'phonenum' ],
 	'display_weight' => 55,
 	'cancel_weight' => 75,



More information about the freeside-commits mailing list