From: levinse Date: Fri, 3 Jun 2011 04:35:58 +0000 (+0000) Subject: configurable alternate field order for cust edit, RT13102 X-Git-Tag: freeside_2_1_3~179 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a6fe1db0873ff01f0f6b328c61390c547538e6f2;p=freeside.git configurable alternate field order for cust edit, RT13102 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index da010f43e..65bb80f3c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" },