add categories params on llxHeader filter

This commit is contained in:
jpb 2021-01-06 15:38:30 +01:00
parent 58e33c59f4
commit 99b977a08e

View File

@ -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')) {