Skip to content
Snippets Groups Projects
Commit 0e5cd3c2 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #6422 from defrance/patch-74

contact email not display on tooltip
parents 24d2e22c 692dd0b5
Branches
Tags 3.7.3
No related merge requests found
......@@ -659,6 +659,7 @@ while ($i < min($num,$limit))
$contactstatic->id=$obj->cidp;
$contactstatic->statut=$obj->statut;
$contactstatic->poste=$obj->poste;
$contactstatic->email=$obj->email;
$contactstatic->phone_pro=$obj->phone_pro;
$contactstatic->phone_perso=$obj->phone_perso;
$contactstatic->phone_mobile=$obj->phone_mobile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment