X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fchoose_tax_location.html;h=2eb5ab98e228695baf81ca233e0d150ca25f1166;hp=9c5881fd44e99c91803f0990b8b1123b74f8b365;hb=817c1ce0e1cbcfd1f684222c66f46dd13b2d6dd7;hpb=3846acae1c2a7ecb275e400cf3802ada6bc89ed2 diff --git a/httemplate/misc/choose_tax_location.html b/httemplate/misc/choose_tax_location.html index 9c5881fd4..2eb5ab98e 100644 --- a/httemplate/misc/choose_tax_location.html +++ b/httemplate/misc/choose_tax_location.html @@ -38,7 +38,7 @@ my $conf = new FS::Conf; my $tax_engine = FS::TaxEngine->new; my %location; -($location{data_vendor}) = $conf->config('enable_taxproducts'); +($location{data_vendor}) = $conf->config('tax_data_vendor'); ($location{city}) = $cgi->param('city') =~ /^([\w ]+)$/; ($location{state}) = $cgi->param('state') =~ /^(\w+)$/; ($location{zip}) = $cgi->param('zip') =~ /^([-\w ]+)$/;