diff --git a/htdocs/hrm/class/establishment.class.php b/htdocs/hrm/class/establishment.class.php
index 326ced8b9c8..6a37ba1e929 100644
--- a/htdocs/hrm/class/establishment.class.php
+++ b/htdocs/hrm/class/establishment.class.php
@@ -445,6 +445,9 @@ class Establishment extends CommonObject
$label .= '
';
$label .= ''.$langs->trans('Ref').': '.$this->ref;
+ $label .= '
';
+ $label .= ''.$langs->trans('Residence').': '.$this->address.', '.$this->zip.' '.$this->town;
+
$url = DOL_URL_ROOT.'/hrm/establishment/card.php?id='.$this->id;
if ($option != 'nolink') {
@@ -489,7 +492,7 @@ class Establishment extends CommonObject
}
if ($withpicto != 2) {
- $result .= $this->ref;
+ $result .= $this->label;
}
$result .= $linkend;