summaryrefslogtreecommitdiff
path: root/httemplate/misc/choose_tax_location.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/choose_tax_location.html')
-rw-r--r--httemplate/misc/choose_tax_location.html2
1 files changed, 1 insertions, 1 deletions
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 ]+)$/;