From 0357dadf90192c217c986b21f00e79250317e3c4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 9 Feb 2004 09:12:44 +0000 Subject: [PATCH] Correction affichage en double de l'onglet fournisseur --- htdocs/docsoc.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/htdocs/docsoc.php b/htdocs/docsoc.php index fa9d2fe87b6..fb94337e240 100644 --- a/htdocs/docsoc.php +++ b/htdocs/docsoc.php @@ -93,13 +93,7 @@ if ($socid > 0) $head[$h][1] = 'Fiche prospect'; $h++; } - if ($societe->fournisseur) - { - $head[$h][0] = DOL_URL_ROOT.'/fourn/fiche.php?socid='.$societe->id; - $head[$h][1] = 'Fiche fournisseur'; - $h++; - } - + if ($societe->fournisseur) { $head[$h][0] = DOL_URL_ROOT.'/fourn/fiche.php?socid='.$societe->id;