diff --git a/htdocs/contrat/ligne.php b/htdocs/contrat/ligne.php index bd216fff9f9..16c2a898cd7 100644 --- a/htdocs/contrat/ligne.php +++ b/htdocs/contrat/ligne.php @@ -127,6 +127,10 @@ if ($id > 0) $head[$h][1] = $langs->trans("ContractCard"); $h++; + $head[$h][0] = DOL_URL_ROOT.'/contrat/contact.php?id='.$contrat->id; + $head[$h][1] = $langs->trans("ContractContacts"); + $h++; + $head[$h][0] = DOL_URL_ROOT.'/contrat/info.php?id='.$contrat->id; $head[$h][1] = $langs->trans("Info"); $hselected = $h;