Correction bu soc->id à remplacer par societe->id
This commit is contained in:
parent
26793c5e18
commit
b35a68b4cb
@ -86,7 +86,7 @@ if ($socid > 0)
|
|||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($soc->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;
|
||||||
$head[$h][1] = 'Fiche fournisseur';
|
$head[$h][1] = 'Fiche fournisseur';
|
||||||
@ -102,7 +102,7 @@ if ($socid > 0)
|
|||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/societe/notify/fiche.php?socid='.$soc->id;
|
$head[$h][0] = DOL_URL_ROOT.'/societe/notify/fiche.php?socid='.$societe->id;
|
||||||
$head[$h][1] = 'Notifications';
|
$head[$h][1] = 'Notifications';
|
||||||
|
|
||||||
dolibarr_fiche_head($head, 1);
|
dolibarr_fiche_head($head, 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user