[freeside-commits] freeside/httemplate/edit/cust_main bottomfixup.js, 1.12.2.3, 1.12.2.4

Ivan,,, ivan at wavetail.420.am
Mon Feb 13 14:09:31 PST 2012


Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv13609/httemplate/edit/cust_main

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	bottomfixup.js 
Log Message:
default census_year to 2012 going forward, for 2010 census tracts

Index: bottomfixup.js
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/bottomfixup.js,v
retrieving revision 1.12.2.3
retrieving revision 1.12.2.4
diff -u -w -d -r1.12.2.3 -r1.12.2.4
--- bottomfixup.js	30 Dec 2011 22:11:52 -0000	1.12.2.3
+++ bottomfixup.js	13 Feb 2012 22:09:27 -0000	1.12.2.4
@@ -37,7 +37,7 @@
   var cf = document.CustomerForm;
   var state_el = cf.elements['ship_state'];
   var census_data = new Array(
-    'year',     <% $conf->config('census_year') || '2011' %>,
+    'year',     <% $conf->config('census_year') || '2012' %>,
     'address1', cf.elements['ship_address1'].value,
     'city',     cf.elements['ship_city'].value,
     'state',    state_el.options[ state_el.selectedIndex ].value,
@@ -90,12 +90,12 @@
     var choose_censustract =
       '<CENTER><BR><B>Confirm censustract</B><BR>' +
       '<A href="http://maps.ffiec.gov/FFIECMapper/TGMapSrv.aspx?' +
-      'census_year=<% $conf->config('census_year') || '2008' %>' +
+      'census_year=<% $conf->config('census_year') || '2012' %>' +
       '&latitude=' + cf.elements['latitude'].value +
       '&longitude=' + cf.elements['longitude'].value +
       '" target="_blank">Map service module location</A><BR>' +
       '<A href="http://maps.ffiec.gov/FFIECMapper/TGMapSrv.aspx?' +
-      'census_year=<% $conf->config('census_year') || '2008' %>' +
+      'census_year=<% $conf->config('census_year') || '2012' %>' +
       '&zip_code=' + cf.elements['ship_zip'].value +
       '" target="_blank">Map zip code center</A><BR><BR>' +
       '<TABLE>';



More information about the freeside-commits mailing list