diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 1e019c8139e..156d803b2bc 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -55,13 +55,6 @@ 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;