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:39:25 -0800 |
commit | b94de8e60418744e1526d96a0e85715e3e350c9d (patch) | |
tree | 36b6e15b342bd2e54bdd0329aed6048a6a43b5f7 /FS | |
parent | cb28905b4bc28f3d7a1a67d14cf9c8b44fafe2d5 (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.', |