Update html.form.class.php
This commit is contained in:
parent
b2252106c3
commit
0933b6c39f
@ -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"';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user