Correction affichage en double de l'onglet fournisseur
This commit is contained in:
parent
d084dc959b
commit
0357dadf90
@ -93,13 +93,7 @@ if ($socid > 0)
|
|||||||
$head[$h][1] = 'Fiche prospect';
|
$head[$h][1] = 'Fiche prospect';
|
||||||
$h++;
|
$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)
|
if ($societe->fournisseur)
|
||||||
{
|
{
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/fourn/fiche.php?socid='.$societe->id;
|
$head[$h][0] = DOL_URL_ROOT.'/fourn/fiche.php?socid='.$societe->id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user