diff options
author | jeff <jeff> | 2010-08-23 16:35:55 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-08-23 16:35:55 +0000 |
commit | d830c5362596475cf118d715f707994f9ce69bb6 (patch) | |
tree | ce48b50042e93c7988beb352a69c518f3c7ceea3 /FS | |
parent | f9d1cb1d57375470c969ef6e00d48f6a91a72874 (diff) |
work around ffiec bug and add year 2010
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 068ed9756..8b49e9c97 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3185,7 +3185,7 @@ and customer address. Include units.', 'section' => 'UI', 'description' => 'The year to use in census tract lookups', 'type' => 'select', - 'select_enum' => [ qw( 2009 2008 2007 2006 ) ], + 'select_enum' => [ qw( 2010 2009 2008 ) ], }, { |