summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-07 22:09:26 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-07 22:09:26 -0800
commit2549ea6e716605e930d5784e1c46c1ee163f1453 (patch)
treea56d39d7c6736304e79569ec1ff7d6284f70b0d2 /FS/FS
parent06c85c354d546ca68320c8c2a4fb3dbc34750e0a (diff)
remove deprecated ie-compatibility_mode conf
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 00042bd41..51af38bb6 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5547,14 +5547,6 @@ and customer address. Include units.',
},
{
- 'key' => 'ie-compatibility_mode',
- 'section' => 'deprecated',
- 'description' => "Compatibility mode META tag for Internet Explorer, used on the customer view page. Not necessary in normal operation unless custom content (notes, cust_main-custom_link) is included on customer view that is incompatibile with newer IE verisons.",
- 'type' => 'select',
- 'select_enum' => [ '', '7', 'EmulateIE7', '8', 'EmulateIE8' ],
- },
-
- {
'key' => 'disable_payauto_default',
'section' => 'payments',
'description' => 'Disable the "Charge future payments to this (card|check) automatically" checkbox from defaulting to checked.',