summaryrefslogtreecommitdiff
path: root/FS/FS/Misc/Geo.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-01-26 13:29:40 -0800
committerIvan Kohler <ivan@freeside.biz>2013-01-26 13:29:40 -0800
commit55e2b73fce4db4aa189b1c102a798c4f7060d109 (patch)
treee0c10914cd60032d7b145560ad5d93510d2a662a /FS/FS/Misc/Geo.pm
parent32b35bd7394c2775b537bfab25041d90f884ca66 (diff)
update the redunant fallback default for 477 reports to 2012 ffiec (2010 census)
Diffstat (limited to 'FS/FS/Misc/Geo.pm')
-rw-r--r--FS/FS/Misc/Geo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm
index 5cb10b2..2ad8311 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,