From 45762ecccba8d35b739bbdd4a89d1fe7f2e8b8ec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Oct 2020 15:28:19 +0200 Subject: [PATCH] Use ajax select2 beautifier in select component of type of holiday --- htdocs/holiday/month_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/holiday/month_report.php b/htdocs/holiday/month_report.php index c8f07d50cc3..7e7e7ed29f9 100644 --- a/htdocs/holiday/month_report.php +++ b/htdocs/holiday/month_report.php @@ -222,7 +222,7 @@ if (!empty($arrayfields['ct.label']['checked'])) { } print ''; - 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 ''; }