diff options
-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() { |