summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-20 20:15:18 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-20 20:15:18 -0700
commit740a40f295611136829937cd834b5cc2474aba1a (patch)
treea1553a06136eb2b82c3cb916a9115c5909814102 /FS/FS/Conf.pm
parentb92a75f9fc39d2ebb4572d270536216ca632f0aa (diff)
update census tract coding for changes in FFIEC site, RT#25258
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 0d8d3bef1..9d76f3786 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4265,9 +4265,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 ) ],
},
{