diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
index 6d936e5ce65..59b516fd96e 100644
--- a/htdocs/societe/class/societe.class.php
+++ b/htdocs/societe/class/societe.class.php
@@ -2167,6 +2167,8 @@ class Societe extends CommonObject
{
$label.= '
' . $langs->trans('Name') . ': '. $this->name;
if (! empty($this->name_alias)) $label.=' ('.$this->name_alias.')';
+ }
+ if (! empty($this->email)) {
$label.= '
' . $langs->trans('Email') . ': '. $this->email;
}
if (! empty($this->country_code))