From 692dd0b5dbb9fbb5c51215b5443a84c39d70fd3a Mon Sep 17 00:00:00 2001
From: BENKE Charlie <charles.fr@benke.fr>
Date: Wed, 15 Feb 2017 01:22:20 +0100
Subject: [PATCH] contact email not display on tooltip

field not initialised
---
 htdocs/contact/list.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
index 3fbd4fa462d..6091171dfe6 100644
--- a/htdocs/contact/list.php
+++ b/htdocs/contact/list.php
@@ -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;
-- 
GitLab