diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-10-20 20:15:16 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-20 20:15:16 -0700 |
commit | 83118399ef2b240bc68650c3ddf2c075d4ffd568 (patch) | |
tree | c2f23d40305c355aa22c050b5a86da05d1fe49ce | |
parent | e69b549276439ab52dc6eadcbeaf3b5409926edb (diff) |
update census tract coding for changes in FFIEC site, RT#25258
-rw-r--r-- | FS/FS/Conf.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index dd4cd6869..0dd3212fb 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4259,9 +4259,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 ) ], }, { |