diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-01-26 13:29:42 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-01-26 13:29:42 -0800 |
| commit | 2ea84e664770f64211c3b6c0f139d82973aad7c7 (patch) | |
| tree | ba72ad1b4f36a00ea5594f7ce03438b53f709bce | |
| parent | 307a395270395bd437347d44a94723f4b6fcf238 (diff) | |
update the redunant fallback default for 477 reports to 2012 ffiec (2010 census)
| -rw-r--r-- | FS/FS/Misc/Geo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm index 5d6f33cb7..42bf798ae 100644 --- a/FS/FS/Misc/Geo.pm +++ b/FS/FS/Misc/Geo.pm @@ -75,7 +75,7 @@ sub get_censustract { my($zip5, $zip4) = split('-',$location->{zip}); - $year ||= '2011'; #2012 per http://transition.fcc.gov/form477/techfaqs.html soon/now? + $year ||= '2012'; my @ffiec_args = ( __VIEWSTATE => $viewstate, __EVENTVALIDATION => $eventvalidation, |
