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 ''; }