Merge pull request #7757 from atm-maxime/fix_search_product

Fix display of product/service list
This commit is contained in:
Laurent Destailleur 2017-11-05 18:29:24 +01:00 committed by GitHub
commit 7d4b43f368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,7 @@ else
{
$title=$langs->trans("ProductsAndServices");
if (isset($type))
if (isset($type) && $type != '')
{
if ($type==1)
{