diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-02-19 13:19:07 -0800 | 
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-02-19 13:19:07 -0800 | 
| commit | c0fb4cbb552047079c3af5d3496fafd4f1b11c93 (patch) | |
| tree | c5a757e689ade9a65bc0b4c2d99db6d303615ec6 | |
| parent | 95dff12fca14eee00571a05688e77fcda1d53f1f (diff) | |
clarify description of census_year vs. actual Census year, RT#21320
| -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 502eba380..ad308f3e7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4045,7 +4045,7 @@ and customer address. Include units.',    {      'key'         => 'census_year',      'section'     => 'UI', -    'description' => 'The year to use in census tract lookups', +    'description' => 'The year to use in census tract lookups.  NOTE: you need to select 2012 for Year 2010 Census tract codes.  A selection of 2011 or 2010 provides Year 2000 Census tract codes.  Use the freeside-censustract-update tool if exisitng customers need to be changed.',      'type'        => 'select',      'select_enum' => [ qw( 2012 2011 2010 ) ],    },  | 
