mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-23 18:01:36 +01:00
Fix sql error
This commit is contained in:
@@ -496,7 +496,7 @@ function ajax_combobox($htmlname, $events = array(), $minLengthToAutocomplete =
|
||||
}
|
||||
$msg .= ' width: \''.dol_escape_js($widthTypeOfAutocomplete).'\', /* off or resolve */
|
||||
minimumInputLength: '.((int) $minLengthToAutocomplete).',
|
||||
language: (typeof select2arrayoflanguage === \'undefined\') ? \'en\' : select2arrayoflanguage),
|
||||
language: (typeof select2arrayoflanguage === \'undefined\') ? \'en\' : select2arrayoflanguage,
|
||||
matcher: function (params, data) {
|
||||
if ($.trim(params.term) === "") {
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user