diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-07 22:08:26 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-07 22:08:26 -0800 |
commit | 5747043b65207732f7c84cc16ea77d2da3f5813f (patch) | |
tree | 021cd5f029db9e7ec4c6ca7416ddd5a0459157a1 /FS | |
parent | d2f54bbc95b1a14e638ce51182f04b80c07641a6 (diff) |
customer header for any page!
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 66cd1d7e9..4c87f9396 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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' ], |