Merge pull request #22965 from nicolas-eoxia/fix_selectTask_morecss_option
fix: can't use parameter morcss in select task because parameter is o…
This commit is contained in:
commit
acff0e23e5
@ -372,7 +372,7 @@ class FormProjets
|
|||||||
include_once DOL_DOCUMENT_ROOT.'/core/lib/ajax.lib.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/lib/ajax.lib.php';
|
||||||
$comboenhancement = ajax_combobox($htmlname, '', 0, $forcefocus);
|
$comboenhancement = ajax_combobox($htmlname, '', 0, $forcefocus);
|
||||||
$out .= $comboenhancement;
|
$out .= $comboenhancement;
|
||||||
$morecss = 'minwidth200 maxwidth500';
|
$morecss .= ' minwidth200 maxwidth500';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($option_only)) {
|
if (empty($option_only)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user