Fix: add category type id
This commit is contained in:
parent
024290068c
commit
92dc795835
@ -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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user