summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-09-12 17:11:04 -0700
committerIvan Kohler <ivan@freeside.biz>2017-09-12 17:11:04 -0700
commit2f0ad153c1481f9fbe257834319919008c45a275 (patch)
tree524149fc5929291ad7ee66b636a085eea77b29db /FS/FS/Conf.pm
parent3e47da3b954d463c36d4d446a37e0b7c67b3c16f (diff)
current census year selection
Diffstat (limited to 'FS/FS/Conf.pm')
-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 6280487..6a02b0b 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4488,7 +4488,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 ) ],
},
{