[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.50,1.397.2.51

Erik Levinson levinse at wavetail.420.am
Thu Jun 2 21:36:00 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Conf.pm 
Log Message:
configurable alternate field order for cust edit, RT13102

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397.2.50
retrieving revision 1.397.2.51
diff -u -w -d -r1.397.2.50 -r1.397.2.51
--- Conf.pm	30 May 2011 23:27:10 -0000	1.397.2.50
+++ Conf.pm	3 Jun 2011 04:35:58 -0000	1.397.2.51
@@ -4400,6 +4400,13 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'cust-edit-alt-field-order',
+    'section'     => 'UI',
+    'description' => 'An alternate ordering of fields for the New Customer and Edit Customer screens.',
+    '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