diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-11-08 02:49:39 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-11-08 02:49:39 -0600 |
commit | ac737a13813e94b9e3f2098e619a999dcd71de6f (patch) | |
tree | 8266a8fc93671a30f7df4eb01b15a2d244d0a1a0 /FS | |
parent | 615e417b454d57a0d9f94d21ef68512b33d976eb (diff) | |
parent | ea63022518b3fb7360e64aa2bb1bb0d9d56ce9d4 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 31759ed62..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' => 'UI', - '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.', |