FIX 13.0 - fatal - missing inclusion of ajax.lib.php for calling ajax_autocompleter()
This commit is contained in:
parent
4dd29af555
commit
9f7be989c2
@ -1118,6 +1118,7 @@ class Form
|
||||
|
||||
if (!empty($conf->use_javascript_ajax) && !empty($conf->global->COMPANY_USE_SEARCH_TO_SELECT) && !$forcecombo)
|
||||
{
|
||||
require_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php';
|
||||
// No immediate load of all database
|
||||
$placeholder = '';
|
||||
if ($selected && empty($selected_input_value))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user