From ba50fcd13059449a6defedc76b49877b4730c631 Mon Sep 17 00:00:00 2001 From: Marc de Lima Lucio Date: Mon, 16 Apr 2018 15:15:35 +0200 Subject: [PATCH] FIX: left search form: directly display all qualified objects --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 68fb0ce8d38..14a0e42a2f5 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1634,7 +1634,7 @@ function left_menu($menu_array_before, $helppagename='', $notused='', $menu_arra if ($conf->use_javascript_ajax && empty($conf->global->MAIN_USE_OLD_SEARCH_FORM)) { //$searchform.=$form->selectArrayAjax('searchselectcombo', DOL_URL_ROOT.'/core/ajax/selectsearchbox.php', $selected, '', '', 0, 1, 'vmenusearchselectcombo', 1, $langs->trans("Search"), 1); - $searchform.=$form->selectArrayFilter('searchselectcombo', $arrayresult, $selected, '', 1, 0, 1, 'vmenusearchselectcombo', 1, $langs->trans("Search"), 1); + $searchform.=$form->selectArrayFilter('searchselectcombo', $arrayresult, $selected, '', 1, 0, 0, 'vmenusearchselectcombo', 1, $langs->trans("Search"), 1); } else {