summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/bottomfixup.js
diff options
context:
space:
mode:
authorivan <ivan>2011-08-12 21:57:43 +0000
committerivan <ivan>2011-08-12 21:57:43 +0000
commit7e811c99a24a513423c9005356d4112018345c3a (patch)
treeb1fe99a16b3f07e5d765f9b8c10567fdcbf57506 /httemplate/edit/cust_main/bottomfixup.js
parent4e63be8f69a18cc88368960cd24b75a00412e812 (diff)
fix census geocoding, RT#14060
Diffstat (limited to 'httemplate/edit/cust_main/bottomfixup.js')
-rw-r--r--httemplate/edit/cust_main/bottomfixup.js2
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,