diff options
author | Mark Wells <mark@freeside.biz> | 2014-01-16 14:49:52 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-01-16 14:50:01 -0800 |
commit | 85636d71668210cd39c7f44d7ce78ff09519b956 (patch) | |
tree | 25d0a55f6dcbec719c8986f6363cc9f2ba147765 /httemplate/edit/cust_location.cgi | |
parent | c5c8669beae1c3d377fce51bdcbf917994f66175 (diff) |
fix census tract editing when not using address standardization, #23497
Diffstat (limited to 'httemplate/edit/cust_location.cgi')
-rwxr-xr-x | httemplate/edit/cust_location.cgi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/httemplate/edit/cust_location.cgi b/httemplate/edit/cust_location.cgi index 774b66730..38816db7a 100755 --- a/httemplate/edit/cust_location.cgi +++ b/httemplate/edit/cust_location.cgi @@ -26,12 +26,8 @@ ACTION="<% $p %>edit/process/cust_location.cgi" METHOD=POST> <BR> <SCRIPT TYPE="text/javascript"> function go() { -% if ( FS::Conf->new->config('address_standardize_method') ) { - standardize_locations(); -% } else { confirm('Modify this service location?') && - document.EditLocationForm.submit(); -% } + standardize_locations(); } function submit_abort() { |