X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=0d45acea423d70488d752a8b04ed6b32de6bf687;hp=0808c3885bad5fb17731ef142005956397eb925a;hb=165b1825de624fb25f982968383a35eca9efcbaf;hpb=7164a8b3fa123301ecc797fb1798af92e4652c22 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0808c3885..0d45acea4 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4728,7 +4728,7 @@ and customer address. Include units.', { 'key' => 'tax_district_method', - 'section' => 'UI', + 'section' => 'billing', # 'UI', #??? 'description' => 'The method to use to look up tax district codes.', 'type' => 'select', #'select_hash' => [ FS::Misc::Geo::get_district_methods() ], @@ -4740,6 +4740,13 @@ and customer address. Include units.', }, { + 'key' => 'tax_district_taxname', + 'section' => 'billing', + 'description' => 'The tax name to display on the invoice for district sales taxes. Defaults to "Tax".', + 'type' => 'text', + }, + + { 'key' => 'company_latitude', 'section' => 'UI', 'description' => 'Your company latitude (-90 through 90)',