diff options
author | ivan <ivan> | 2011-08-12 21:57:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-12 21:57:43 +0000 |
commit | 7e811c99a24a513423c9005356d4112018345c3a (patch) | |
tree | b1fe99a16b3f07e5d765f9b8c10567fdcbf57506 /httemplate/misc/xmlhttp-cust_main-censustract.html | |
parent | 4e63be8f69a18cc88368960cd24b75a00412e812 (diff) |
fix census geocoding, RT#14060
Diffstat (limited to 'httemplate/misc/xmlhttp-cust_main-censustract.html')
-rw-r--r-- | httemplate/misc/xmlhttp-cust_main-censustract.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/misc/xmlhttp-cust_main-censustract.html b/httemplate/misc/xmlhttp-cust_main-censustract.html index 3ba68afd4..97b7f5a4c 100644 --- a/httemplate/misc/xmlhttp-cust_main-censustract.html +++ b/httemplate/misc/xmlhttp-cust_main-censustract.html @@ -55,13 +55,14 @@ if ( $sub eq 'censustract' ) { my($zip5, $zip4) = split('-',$arg{zip}); + $arg{year} ||= '2011'; #ugh workaround a mess at ffiec - $arg{year} = " $arg{year}" unless $arg{year} = "2010"; + $arg{year} = " $arg{year}" if $arg{year} ne '2011'; my @ffiec_args = ( __VIEWSTATE => $viewstate, __EVENTVALIDATION => $eventvalidation, ddlbYear => $arg{year}, - ddlbYear => ' 2009', + ddlbYear => '2011', #' 2009', txtAddress => $arg{address}, txtCity => $arg{city}, ddlbState => $arg{state}, |