Ajout onglet fournisseur

This commit is contained in:
Rodolphe Quiedeville 2004-11-16 16:51:00 +00:00
parent a20f8ffe67
commit b0be34000a

View File

@ -87,8 +87,14 @@ if($product->type == 0)
$head[$h][1] = 'Stock';
$h++;
}
$head[$h][0] = DOL_URL_ROOT."/product/fournisseurs.php?id=".$product->id;
$head[$h][1] = 'Fournisseurs';
$h++;
}
$head[$h][0] = DOL_URL_ROOT."/product/stats/fiche.php?id=".$product->id;
$head[$h][1] = $langs->trans("Statistics");
$h++;