summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-30 23:27:10 +0000
committerlevinse <levinse>2011-05-30 23:27:10 +0000
commit113d47ee6ca162ee0adb5bd2a74b59cc56b7f8a9 (patch)
treef9a6b8d953b8183e09dd72f5d61c5b224b7ae814 /FS
parentd8c4322c4b403a735c3ed9c20ed0668d86b581ab (diff)
optional better visibility for invoicing email field, RT12944
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
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 => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },