[freeside-commits] branch FREESIDE_4_BRANCH updated. f507f0f111f3910c70fe6846cec6496481fbd693

Ivan ivan at 420.am
Tue Sep 12 17:10:52 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  f507f0f111f3910c70fe6846cec6496481fbd693 (commit)
      from  e73224079b32495eef5318c2e4c99057dbfe272b (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 f507f0f111f3910c70fe6846cec6496481fbd693
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Sep 12 17:10:51 2017 -0700

    current census year selection

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index f137cd4..ba0ae83 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4508,7 +4508,7 @@ and customer address. Include units.',
     'section'     => 'addresses',
     '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( 2013 2012 2011 ) ],
+    'select_enum' => [ qw( 2017 2016 2015 ) ],
   },
 
   {

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

Summary of changes:
 FS/FS/Conf.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list