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;