diff options
author | levinse <levinse> | 2011-06-03 04:35:58 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-03 04:35:58 +0000 |
commit | a6fe1db0873ff01f0f6b328c61390c547538e6f2 (patch) | |
tree | a1c8fcaa17cecc19424ef2b600f3c341979ceb0c | |
parent | 7339abbba021908dbfcf1c220e50a2a6d31624d7 (diff) |
configurable alternate field order for cust edit, RT13102
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
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 => "<b>DEPRECATED</b>", type => "text" }, { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, |