customer header for any page!
[freeside.git] / FS / FS / Conf.pm
index e4f5819..00042bd 100644 (file)
@@ -4433,6 +4433,13 @@ and customer address. Include units.',
                      ],
   },
 
+  {
+    'key'         => 'tax_district_taxname',
+    'section'     => 'taxation',
+    'description' => 'The tax name to display on the invoice for district sales taxes. Defaults to "Tax".',
+    'type'        => 'text',
+  },
+
   {
     'key'         => 'company_latitude',
     'section'     => 'taxation',
@@ -5541,7 +5548,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' ],