fix: can't use parameter morcss in select task because parameter is overwrite

This commit is contained in:
Nicolas Domenech 2022-11-25 12:16:34 +01:00
parent ca1eeb0c14
commit f2f58e434e

View File

@ -372,7 +372,7 @@ class FormProjets
include_once DOL_DOCUMENT_ROOT.'/core/lib/ajax.lib.php';
$comboenhancement = ajax_combobox($htmlname, '', 0, $forcefocus);
$out .= $comboenhancement;
$morecss = 'minwidth200 maxwidth500';
$morecss .= ' minwidth200 maxwidth500';
}
if (empty($option_only)) {