X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=51af38bb6a7fc2a7290a1f875b1126d3b789ee2a;hb=2549ea6e716605e930d5784e1c46c1ee163f1453;hp=e4f581961817b09da5d5a7f851b5f774f312ecf1;hpb=f675734f1eda5b39f891a6fc8f2f29cbd2e36c35;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e4f581961..51af38bb6 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)', @@ -5540,14 +5547,6 @@ and customer address. Include units.', }, { - 'key' => 'ie-compatibility_mode', - 'section' => 'UI', - '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.',