X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=1b6deec1650964c2d7af66b9fd56a795c82a35db;hb=7c5f50804027577aac17d0fcefedcd0d0b6ca180;hp=00042bd41f581dd6b693ac45c6c04112a63a5b40;hpb=06c85c354d546ca68320c8c2a4fb3dbc34750e0a;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 00042bd41..1b6deec16 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2185,8 +2185,8 @@ and customer address. Include units.', { 'key' => 'selfservice-payment_gateway', - 'section' => 'self-service', - 'description' => 'Force the use of this payment gateway for self-service.', + 'section' => 'deprecated', + 'description' => '(no longer supported) Force the use of this payment gateway for self-service.', %payment_gateway_options, }, @@ -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.',