diff options
author | levinse <levinse> | 2011-06-03 04:36:48 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-03 04:36:48 +0000 |
commit | aa5ded92573a8f848d3652234bcfd4f8e4f0f06d (patch) | |
tree | 61ae241f1ac87803dc2d04b646c11abebbd3d6ee /FS | |
parent | 1a0bdda475472f8bebb06517af4ec1e8ce78865f (diff) |
configurable alternate field order for cust edit, RT13102
Diffstat (limited to 'FS')
-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 66616a07e..186d82878 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4451,6 +4451,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" }, |