summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_location.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/cust_location.cgi')
-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 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() {