X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fxmlhttp-cust_main-censustract.html;h=97b7f5a4c7f0199a26b3c11d30afc09b85d5886d;hb=d53fe51e0d705f5923a0be114653492160028ddc;hp=3ba68afd48fccfddec11d8e4dd0601ebd81bea69;hpb=ca393920d3659319c9ab37848b33a00a7b28b7be;p=freeside.git 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},