[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 3d785594c046987859a307c36dab9b1ef46fc477
Ivan
ivan at 420.am
Sun Oct 20 20:15:21 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 3d785594c046987859a307c36dab9b1ef46fc477 (commit)
from 859d1db13fc49b46bf1707d8fa429818fd9c97a9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3d785594c046987859a307c36dab9b1ef46fc477
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Oct 20 20:15:19 2013 -0700
update census tract coding for changes in FFIEC site, RT#25258
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 81e2a57..1d99c9a 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 ) ],
},
{
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list