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

index 5d6f33c..42bf798 100644 (file)
@@ -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,