summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-01-16 14:50:18 -0800
committerMark Wells <mark@freeside.biz>2014-01-16 14:50:18 -0800
commitcc29c2d703d4588d11d3d0ff5a4b08c803d72688 (patch)
treea88d8c1d00432f1b61098ac74c7f6bb16a9e642a /httemplate
parent863a22e44d49481109c956b0a0533b6672e3ca93 (diff)
fix census tract editing when not using address standardization, #23497
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/cust_location.cgi6
1 files changed, 1 insertions, 5 deletions
diff --git a/httemplate/edit/cust_location.cgi b/httemplate/edit/cust_location.cgi
index 774b667..38816db 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() {