X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fstandardize_locations.js;h=f114e341c4ea7d3c825c0718ef950d9bd66abfad;hp=307f822c975786cbd868aa0e6b02856990e65628;hb=b79d815338e1895fce025aef5dcb5f9f42028562;hpb=99ee0e1e3b2e5e35e7fc4e8aed2093841dd3d852 diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js index 307f822c9..f114e341c 100644 --- a/httemplate/elements/standardize_locations.js +++ b/httemplate/elements/standardize_locations.js @@ -282,10 +282,7 @@ function setselect(el, value) { function confirm_censustract() { % if ( FS::Conf->new->exists('cust_main-require_censustract') ) { var form = document.<% $formname %>; - // this is the existing/confirmed censustract, not the manually entered one - if ( form.elements['censustract'].value == '' || - form.elements['censustract'].value != - form.elements['enter_censustract'].value ) { + if ( form.elements['censustract'].value == '' ) { var address_info = form_address_info(); address_info['latitude'] = form.elements['latitude'].value; address_info['longitude'] = form.elements['longitude'].value;