Suppression doublons de la fiche fournisseur

This commit is contained in:
Rodolphe Quiedeville 2004-02-08 14:03:09 +00:00
parent 4aa4241553
commit f6f90e5b24

View File

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