diff options
| author | ivan <ivan> | 2012-02-13 22:09:27 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2012-02-13 22:09:27 +0000 |
| commit | 40ecebc1be001360aad31c50d5c8fbcd147d2eda (patch) | |
| tree | 6fcb42390c10cb7fda0b2783a66f10c8ecdbb186 /httemplate | |
| parent | 3f10ee8dbeb2641a99f54bc6ad66354401be51bc (diff) | |
default census_year to 2012 going forward, for 2010 census tracts
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/edit/cust_main/bottomfixup.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/edit/cust_main/bottomfixup.js b/httemplate/edit/cust_main/bottomfixup.js index 9d1f1e1c8..bcddd7edf 100644 --- a/httemplate/edit/cust_main/bottomfixup.js +++ b/httemplate/edit/cust_main/bottomfixup.js @@ -37,7 +37,7 @@ function post_geocode() { 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 @@ function update_censustract(arg) { 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>'; |
