Ajout onglet fournisseur
This commit is contained in:
parent
a20f8ffe67
commit
b0be34000a
@ -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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user