[freeside-commits] freeside/httemplate/misc xmlhttp-cust_main-censustract.html, 1.3, 1.3.2.1

Ivan,,, ivan at wavetail.420.am
Fri Aug 12 14:57:45 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv14979/misc

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	xmlhttp-cust_main-censustract.html 
Log Message:
fix census geocoding, RT#14060

Index: xmlhttp-cust_main-censustract.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/xmlhttp-cust_main-censustract.html,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -w -d -r1.3 -r1.3.2.1
--- xmlhttp-cust_main-censustract.html	23 Aug 2010 16:35:33 -0000	1.3
+++ xmlhttp-cust_main-censustract.html	12 Aug 2011 21:57:43 -0000	1.3.2.1
@@ -55,13 +55,14 @@
 
       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},



More information about the freeside-commits mailing list