[freeside-commits] freeside/httemplate/edit/cust_main bottomfixup.js, 1.12, 1.12.2.1
Ivan,,,
ivan at wavetail.420.am
Fri Aug 12 14:57:45 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv14975/edit/cust_main
Modified Files:
Tag: FREESIDE_2_3_BRANCH
bottomfixup.js
Log Message:
fix census geocoding, RT#14060
Index: bottomfixup.js
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/bottomfixup.js,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -w -d -r1.12 -r1.12.2.1
--- bottomfixup.js 23 Jun 2011 04:08:20 -0000 1.12
+++ bottomfixup.js 12 Aug 2011 21:57:43 -0000 1.12.2.1
@@ -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') || '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,
More information about the freeside-commits
mailing list