X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fconfirm-censustract.html;h=8535c1495c53b1b766558ed1689a335915b63a1c;hb=ad95974fd5f5c00d14630fe834c37eb9131c8a20;hp=0f115e5d7c8c79fbd9b3eaade4b01c7a5139e360;hpb=3787b82344ddd6447dc9074e95d7e18bf7148ccf;p=freeside.git diff --git a/httemplate/misc/confirm-censustract.html b/httemplate/misc/confirm-censustract.html index 0f115e5d7..8535c1495 100644 --- a/httemplate/misc/confirm-censustract.html +++ b/httemplate/misc/confirm-censustract.html @@ -103,7 +103,7 @@ my %location = ( my $old_tract = $q->{$pre.'censustract'}; my $cache = eval { FS::GeocodeCache->new(%location) }; $cache->set_censustract; -my $year = FS::Conf->new->config('census_year'); +my $year = FS::Conf->new->config('census_legacy') || '2020'; my $new_tract = $cache->get('censustract'); my $error = $cache->get('censustract_error');