Merge pull request #7757 from atm-maxime/fix_search_product
Fix display of product/service list
This commit is contained in:
commit
7d4b43f368
@ -220,7 +220,7 @@ else
|
|||||||
{
|
{
|
||||||
$title=$langs->trans("ProductsAndServices");
|
$title=$langs->trans("ProductsAndServices");
|
||||||
|
|
||||||
if (isset($type))
|
if (isset($type) && $type != '')
|
||||||
{
|
{
|
||||||
if ($type==1)
|
if ($type==1)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user