diff --git a/htdocs/product/price.php b/htdocs/product/price.php index d51478e167f..f3baa23c8f9 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -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++;