summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-09-12 17:10:53 -0700
committerIvan Kohler <ivan@freeside.biz>2017-09-12 17:10:53 -0700
commitf3d9c1080da5ea8ba0e1e89927c75846e7f8a66d (patch)
tree093306877e3e594bc46f1b7f57db60774acd5f98
parent1c67869e4a2bb33d2375ba4cf14272d0bfb1575f (diff)
current census year selection
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index e32be9578..7c2a0f188 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 ) ],
},
{