update the redunant fallback default for 477 reports to 2012 ffiec (2010 census)
authorIvan Kohler <ivan@freeside.biz>
Sat, 26 Jan 2013 21:29:40 +0000 (13:29 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 26 Jan 2013 21:29:40 +0000 (13:29 -0800)
FS/FS/Misc/Geo.pm

index 5cb10b2..2ad8311 100644 (file)
@@ -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,