summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-12-18 17:47:57 -0500
committerMitch Jackson <mitch@freeside.biz>2018-12-23 16:23:28 -0500
commit68433955458415f8a1c48629e736e6d4bcf7a985 (patch)
tree46577be6d53e17a19362076c2e495fa6c1bffbf4
parent584e97b0dc65ac774900fc848e308e540c8dd1a6 (diff)
RT# 80488 Allow city select for tax_district_method=wa_sales
-rw-r--r--httemplate/elements/city.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/elements/city.html b/httemplate/elements/city.html
index 05250fef5..3c5e91782 100644
--- a/httemplate/elements/city.html
+++ b/httemplate/elements/city.html
@@ -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'});