diff options
author | ivan <ivan> | 2011-08-12 21:57:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-12 21:57:44 +0000 |
commit | a7cc649a58a3d3a347817e8c015b37eec908a0e5 (patch) | |
tree | 25964520d1238aebb764f367590bcb50bed1c8df /httemplate/edit/cust_main/bottomfixup.js | |
parent | d3e18527e2fa36b7b7fe7b8b0a5906caae3cb8de (diff) |
fix census geocoding, RT#14060
Diffstat (limited to 'httemplate/edit/cust_main/bottomfixup.js')
-rw-r--r-- | httemplate/edit/cust_main/bottomfixup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/bottomfixup.js b/httemplate/edit/cust_main/bottomfixup.js index 24156f792..2f7839a32 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') || '2009' %>, + 'year', <% $conf->config('census_year') || '2011' %>, 'address', cf.elements['ship_address1'].value, 'city', cf.elements['ship_city'].value, 'state', state_el.options[ state_el.selectedIndex ].value, |