[freeside-commits] branch FREESIDE_3_BRANCH updated. f3d9c1080da5ea8ba0e1e89927c75846e7f8a66d

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


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

    current census year selection

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index e32be95..7c2a0f1 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4773,7 +4773,7 @@ and customer address. Include units.',
     'section'     => 'UI',
     '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