From b0be34000acf5dd606e3121864d2938b9455fe0b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 16 Nov 2004 16:51:00 +0000 Subject: [PATCH] Ajout onglet fournisseur --- htdocs/product/price.php | 6 ++++++ 1 file changed, 6 insertions(+) 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++;