From 2f0ad153c1481f9fbe257834319919008c45a275 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 12 Sep 2017 17:11:04 -0700 Subject: [PATCH] current census year selection --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6280487e6..6a02b0b14 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4488,7 +4488,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 ) ], }, { -- 2.11.0