Fix display of product/service list

This commit is contained in:
Maxime Kohlhaas 2017-11-03 08:56:23 +01:00
parent 777d2f7027
commit 13667e4850

View File

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