Suppression doublons de la fiche fournisseur
This commit is contained in:
parent
4aa4241553
commit
f6f90e5b24
@ -55,13 +55,6 @@ 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