SureTax, #31639, #33015, #34598
[freeside.git] / FS / FS / cust_bill_pkg.pm
index b6e4395..a5c4410 100644 (file)
@@ -1275,7 +1275,7 @@ sub upgrade_tax_location {
   local $FS::cust_location::import = 1;
 
   my $conf = FS::Conf->new; # h_conf?
-  return if $conf->exists('enable_taxproducts'); #don't touch this case
+  return if $conf->config('tax_data_vendor'); #don't touch this case
   my $use_ship = $conf->exists('tax-ship_address');
   my $use_pkgloc = $conf->exists('tax-pkg_address');