From 113d47ee6ca162ee0adb5bd2a74b59cc56b7f8a9 Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 30 May 2011 23:27:10 +0000 Subject: optional better visibility for invoicing email field, RT12944 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index fc5336aa0..da010f43e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4392,6 +4392,13 @@ and customer address. Include units.', 'description' => 'Show a link to the payment history report in the Reports menu. DO NOT ENABLE THIS.', 'type' => 'checkbox', }, + + { + 'key' => 'cust-email-high-visibility', + 'section' => 'UI', + 'description' => 'Move the invoicing e-mail address field to the top of the billing address section and highlight it.', + 'type' => 'checkbox', + }, { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, -- cgit v1.2.1