diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index cebd49737e5..336b541eebf 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -3393,7 +3393,7 @@ class Form { $unitLabel = $langs->trans('unit'.$res->code)!=$res->label?$langs->trans('unit'.$res->code):$res->label; } - + if ($selected == $res->rowid) { $return.=''; @@ -6531,6 +6531,7 @@ class Form } else if ($object->element == 'member') { + $ret.=$object->ref.'
'; $fullname=$object->getFullName($langs); if ($object->morphy == 'mor' && $object->societe) { $ret.= dol_htmlentities($object->societe) . ((! empty($fullname) && $object->societe != $fullname)?' ('.dol_htmlentities($fullname).')':'');