Merge pull request #6422 from defrance/patch-74

contact email not display on tooltip
This commit is contained in:
Laurent Destailleur 2017-02-17 10:34:10 +01:00 committed by GitHub
commit 0e5cd3c257

View File

@ -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;