From 55e2b73fce4db4aa189b1c102a798c4f7060d109 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 26 Jan 2013 13:29:40 -0800 Subject: [PATCH] update the redunant fallback default for 477 reports to 2012 ffiec (2010 census) --- FS/FS/Misc/Geo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm index 5cb10b2fb..2ad8311d0 100644 --- a/FS/FS/Misc/Geo.pm +++ b/FS/FS/Misc/Geo.pm @@ -81,7 +81,7 @@ sub get_censustract_ffiec { 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, -- 2.11.0