Fix: add category type id

This commit is contained in:
Regis Houssin 2010-03-22 16:14:59 +00:00
parent 024290068c
commit 92dc795835

View File

@ -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++;