diff --git a/htdocs/telephonie/service/fiche.php b/htdocs/telephonie/service/fiche.php index 652ed68c6ae..faefcd1f45a 100644 --- a/htdocs/telephonie/service/fiche.php +++ b/htdocs/telephonie/service/fiche.php @@ -140,6 +140,10 @@ else $hselected = $h; $h++; + $head[$h][0] = DOL_URL_ROOT."/telephonie/service/contrats.php?id=".$service->id; + $head[$h][1] = "Contrats"; + $h++; + dolibarr_fiche_head($head, $hselected, 'Service : '.$service->id); print_fiche_titre('Fiche Service', $mesg);