[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 2ea84e664770f64211c3b6c0f139d82973aad7c7
Ivan
ivan at 420.am
Sat Jan 26 13:29:43 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 2ea84e664770f64211c3b6c0f139d82973aad7c7 (commit)
from 307a395270395bd437347d44a94723f4b6fcf238 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2ea84e664770f64211c3b6c0f139d82973aad7c7
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 26 13:29:42 2013 -0800
update the redunant fallback default for 477 reports to 2012 ffiec (2010 census)
diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm
index 5d6f33c..42bf798 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,
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Misc/Geo.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list