[freeside-commits] freeside/FS/FS Conf.pm,1.454,1.455
Erik Levinson
levinse at wavetail.420.am
Thu Jun 2 21:35:58 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv16395/FS/FS
Modified Files:
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.454
retrieving revision 1.455
diff -u -w -d -r1.454 -r1.455
--- Conf.pm 30 May 2011 23:27:09 -0000 1.454
+++ Conf.pm 3 Jun 2011 04:35:56 -0000 1.455
@@ -4452,6 +4452,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