add categories params on llxHeader filter
This commit is contained in:
parent
58e33c59f4
commit
99b977a08e
@ -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