X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=00042bd41f581dd6b693ac45c6c04112a63a5b40;hb=06c85c354d546ca68320c8c2a4fb3dbc34750e0a;hp=e4f581961817b09da5d5a7f851b5f774f312ecf1;hpb=f675734f1eda5b39f891a6fc8f2f29cbd2e36c35;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e4f581961..00042bd41 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4434,6 +4434,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', 'description' => 'For Avalara taxation, your company latitude (-90 through 90)', @@ -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' ],