diff --git a/htdocs/lib/product.lib.php b/htdocs/lib/product.lib.php index a00694e4015..4185e607892 100644 --- a/htdocs/lib/product.lib.php +++ b/htdocs/lib/product.lib.php @@ -62,7 +62,7 @@ function product_prepare_head($product, $user) // Show category tab if ($conf->categorie->enabled && $user->rights->categorie->lire) { - $head[$h][0] = DOL_URL_ROOT."/categories/categorie.php?id=".$product->id; + $head[$h][0] = DOL_URL_ROOT."/categories/categorie.php?id=".$product->id."&typeid=3"; $head[$h][1] = $langs->trans('Categories'); $head[$h][2] = 'category'; $h++;