X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ec317ba916c799a95cafec107445dede2e1dd94d;hb=6f2add8c2496952f0953ae066cfde3570610c98e;hp=66cd1d7e9803d567b90c5f2dc8eb7dfd7589f025;hpb=863c878cadb95fcad0603f66298473841340926b;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 66cd1d7e9..ec317ba91 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2208,8 +2208,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, }, @@ -5583,7 +5583,7 @@ and customer address. Include units.', { 'key' => 'ie-compatibility_mode', - 'section' => 'UI', + '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' ],