diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
index 59b516fd96e..01770e1bee1 100644
--- a/htdocs/societe/class/societe.class.php
+++ b/htdocs/societe/class/societe.class.php
@@ -2168,9 +2168,7 @@ 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;
- }
+ $label.= '
' . $langs->trans('Email') . ': '. $this->email;
if (! empty($this->country_code))
$label.= '
' . $langs->trans('Country') . ': '. $this->country_code;
if (! empty($this->tva_intra) || (! empty($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP) && strpos($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP, 'vatnumber') !== false))