From a6fe1db0873ff01f0f6b328c61390c547538e6f2 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 3 Jun 2011 04:35:58 +0000 Subject: [PATCH] configurable alternate field order for cust edit, RT13102 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) 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" }, -- 2.20.1