X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Fbottomfixup.js;fp=httemplate%2Fedit%2Fcust_main%2Fbottomfixup.js;h=bcddd7edfe413897a166dc39130e06385bbce810;hb=ca7ff572923114a72daae24e85f33ad89ebb5ab9;hp=9d1f1e1c86402f228e4c575c3bc599bc7782e818;hpb=0f1ddc8e2690c592ca4cfad3d7d22dc6dab4ddbe;p=freeside.git 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 = '

Confirm censustract
' + 'Map service module location
' + 'Map zip code center

' + '';