From: Ivan Kohler Date: Wed, 13 Sep 2017 00:10:51 +0000 (-0700) Subject: current census year selection X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f507f0f111f3910c70fe6846cec6496481fbd693;p=freeside.git current census year selection --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f137cd46c..ba0ae8332 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4508,7 +4508,7 @@ and customer address. Include units.', 'section' => 'addresses', 'description' => 'The year to use in census tract lookups. NOTE: you need to select 2012 or 2013 for Year 2010 Census tract codes. A selection of 2011 provides Year 2000 Census tract codes. Use the freeside-censustract-update tool if exisitng customers need to be changed.', 'type' => 'select', - 'select_enum' => [ qw( 2013 2012 2011 ) ], + 'select_enum' => [ qw( 2017 2016 2015 ) ], }, {