From 3a75059f65a77191e755dc5a262b85f720936ae2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 19 Feb 2013 13:19:05 -0800 Subject: [PATCH] clarify description of census_year vs. actual Census year, RT#21320 --- 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 65da63100..93aa84b7a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4157,7 +4157,7 @@ and customer address. Include units.', { 'key' => 'census_year', 'section' => 'UI', - 'description' => 'The year to use in census tract lookups', + '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.', 'type' => 'select', 'select_enum' => [ qw( 2012 2011 2010 ) ], }, -- 2.11.0