From 2ea84e664770f64211c3b6c0f139d82973aad7c7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 26 Jan 2013 13:29:42 -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 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, -- 2.11.0