summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-30 23:27:09 +0000
committerlevinse <levinse>2011-05-30 23:27:09 +0000
commitdd65ba99bb9281571f19744154a3b03bcd3f01ab (patch)
treeab07298627947dfbb5b41edce3504d994fe7c367 /FS
parentb9c79429e2eabb6b184070e97e338188640e2094 (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 d83ac2f98..66616a07e 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4444,6 +4444,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" },