Merge pull request #15912 from atm-jpb/12.0_fix_cat_product_list
FIX : add categories params on llxHeader filter
This commit is contained in:
commit
99066eaf5c
@ -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
|
// Displays product removal confirmation
|
||||||
if (GETPOST('delprod')) {
|
if (GETPOST('delprod')) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user