From f6f90e5b244f239595486db7aa9e1e053e536700 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 8 Feb 2004 14:03:09 +0000 Subject: [PATCH] Suppression doublons de la fiche fournisseur --- htdocs/socnote.php | 7 ------- 1 file changed, 7 deletions(-) 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;