RT# 80488 Allow city select for tax_district_method=wa_sales
authorMitch Jackson <mitch@freeside.biz>
Tue, 18 Dec 2018 22:47:57 +0000 (17:47 -0500)
committerMitch Jackson <mitch@freeside.biz>
Tue, 18 Dec 2018 22:52:37 +0000 (17:52 -0500)
httemplate/elements/city.html

index 05250fe..3c5e917 100644 (file)
@@ -153,9 +153,7 @@ my %opt = @_;
 my $pre = $opt{'prefix'};
 
 my $conf = new FS::Conf;
-# Using tax_district_method implies that there's not a preloaded city/county
-# tax district table.
-my $disable_select = 1 if $conf->config('tax_district_method');
+my $disable_select = 0;
 
 $opt{'disable_empty'} = 1 unless exists($opt{'disable_empty'});