Update html.form.class.php

This commit is contained in:
henrynopo 2021-08-20 20:04:53 +08:00 committed by GitHub
parent b2252106c3
commit 0933b6c39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1056,7 +1056,7 @@ class Form
}
$out .= '</select>';
if ($conf->use_javascript_ajax && empty($disableautocomplete = 0)) {
if ($conf->use_javascript_ajax && empty($disableautocomplete)) {
$out .= ajax_multiautocompleter('location_incoterms', '', DOL_URL_ROOT.'/core/ajax/locationincoterms.php')."\n";
$moreattrib .= ' autocomplete="off"';
}