configurable alternate field order for cust edit, RT13102
authorlevinse <levinse>
Fri, 3 Jun 2011 04:35:58 +0000 (04:35 +0000)
committerlevinse <levinse>
Fri, 3 Jun 2011 04:35:58 +0000 (04:35 +0000)
FS/FS/Conf.pm

index da010f4..65bb80f 100644 (file)
@@ -4399,6 +4399,13 @@ and customer address. Include units.',
     'description' => 'Move the invoicing e-mail address field to the top of the billing address section and highlight it.',
     '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" },