X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=1d99c9a2d3c4ea844ad539a51a51bbe0446039f8;hb=3d785594c046987859a307c36dab9b1ef46fc477;hp=81e2a577d02f3a128b82dc5465760bf72d6fa3b9;hpb=910727c296ac2f937b29532431235eddd309da8b;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 81e2a577d..1d99c9a2d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4078,9 +4078,9 @@ and customer address. Include units.', { 'key' => 'census_year', 'section' => 'UI', - 'description' => 'The year to use in census tract lookups. NOTE: you need to select 2012 for Year 2010 Census tract codes. A selection of 2011 or 2010 provides Year 2000 Census tract codes. Use the freeside-censustract-update tool if exisitng customers need to be changed.', + '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( 2012 2011 2010 ) ], + 'select_enum' => [ qw( 2013 2012 2011 ) ], }, {