[freeside-commits] freeside/FS/FS Conf.pm,1.375,1.376

Ivan,,, ivan at wavetail.420.am
Mon Jul 26 18:48:25 PDT 2010


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

Modified Files:
	Conf.pm 
Log Message:
add test page for maestro status, RT#9381

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -w -d -r1.375 -r1.376
--- Conf.pm	22 Jul 2010 23:33:30 -0000	1.375
+++ Conf.pm	27 Jul 2010 01:48:23 -0000	1.376
@@ -3821,6 +3821,14 @@
     'select_enum' => [ 'misc_info', 'top' ],
   },
 
+  {
+    'key'         => 'maestro-status_test',
+    'section'     => 'UI',
+    'description' => 'Display a link to the maestro status test page on the customer view page',
+    'type'        => 'checkbox',
+  },
+
+
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },



More information about the freeside-commits mailing list