diff options
author | Mark Wells <mark@freeside.biz> | 2015-11-30 15:35:32 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-30 15:45:30 -0800 |
commit | d57a06db83fe2f6770eb61ec153a4bb216df37b9 (patch) | |
tree | 977c246711d56e511a0930986e675dbf82c2cd19 /FS | |
parent | f3133ea0a9f2d017dbf8f5a156946db504a63e72 (diff) |
make cust-email-high-visibility non-optional, and improve display of invoice delivery settings, #28226
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 641f925bc..eec719a36 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5537,13 +5537,6 @@ and customer address. Include units.', }, { - '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' => 'cust-edit-alt-field-order', 'section' => 'UI', 'description' => 'An alternate ordering of fields for the New Customer and Edit Customer screens.', |