diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 5e50925fbbe..dc56f607841 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -466,7 +466,11 @@ if ($resql) } } - llxHeader('', $title, $helpurl, ''); + foreach ($searchCategoryProductList as $searchCategoryProduct) { + $paramsCat .= "&search_category_product_list[]=".urlencode($searchCategoryProduct); + } + llxHeader('', $title, $helpurl, '',0,0,"","",$paramsCat); + // Displays product removal confirmation if (GETPOST('delprod')) {