Correction affichage en double de l'onglet fournisseur

This commit is contained in:
Rodolphe Quiedeville 2004-02-09 09:12:44 +00:00
parent d084dc959b
commit 0357dadf90

View File

@ -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;