diff options
author | jeff <jeff> | 2010-08-23 16:35:33 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-08-23 16:35:33 +0000 |
commit | 57999adbee73616a2c18b82df74d476f5005dcd8 (patch) | |
tree | d9ff8c135ab8da03e6e0aea79be85711210eed17 /FS | |
parent | becc3877b546ffb36d4ce674848d9da51c44153f (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 ce2c01d46..a4b842322 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3217,7 +3217,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 ) ], }, { |