2
0
forked from Wavyzz/dolibarr

Fix : PHP errors 8.0

This commit is contained in:
Lucas Marcouiller
2021-10-23 11:45:06 +02:00
parent 622304126e
commit 6ccd8ce83a
3 changed files with 8 additions and 8 deletions

View File

@@ -2602,7 +2602,7 @@ class Form
if (!$forcecombo) {
include_once DOL_DOCUMENT_ROOT.'/core/lib/ajax.lib.php';
$out .= ajax_combobox($htmlname, $events, $conf->global->PRODUIT_USE_SEARCH_TO_SELECT);
$out .= ajax_combobox($htmlname, $events, getDolGlobalInt("PRODUIT_USE_SEARCH_TO_SELECT"));
}
$out .= '<select class="flat'.($morecss ? ' '.$morecss : '').'" name="'.$htmlname.'" id="'.$htmlname.'">';