Use ajax select2 beautifier in select component of type of holiday

This commit is contained in:
Laurent Destailleur 2020-10-07 15:28:19 +02:00
parent 85f38f7504
commit 45762ecccb

View File

@ -222,7 +222,7 @@ if (!empty($arrayfields['ct.label']['checked'])) {
} }
print '<td class="liste_titre">'; print '<td class="liste_titre">';
print $form->selectarray('search_type', $arraytypeleaves, $search_type, 1); print $form->selectarray('search_type', $arraytypeleaves, $search_type, 1, 0, 0, '', 0, 0, 0, '', '', 1);
print '</td>'; print '</td>';
} }