[freeside-commits] branch master updated. 3a75059f65a77191e755dc5a262b85f720936ae2

Ivan ivan at 420.am
Tue Feb 19 13:19:06 PST 2013


The branch, master has been updated
       via  3a75059f65a77191e755dc5a262b85f720936ae2 (commit)
      from  19045b18ba6413064a82c5453ac62125b3bb73f4 (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 3a75059f65a77191e755dc5a262b85f720936ae2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Feb 19 13:19:05 2013 -0800

    clarify description of census_year vs. actual Census year, RT#21320

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 65da631..93aa84b 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 ) ],
   },

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list