diff --git a/htdocs/adherents/adherent.class.php b/htdocs/adherents/adherent.class.php index 452603bc1d9..67254a35f16 100644 --- a/htdocs/adherents/adherent.class.php +++ b/htdocs/adherents/adherent.class.php @@ -488,6 +488,7 @@ class Adherent $this->date = $obj->datedon; $this->prenom = stripslashes($obj->prenom); $this->nom = stripslashes($obj->nom); + $this->fullname = $obj->nom.($obj->nom&&$obj->prenom?' ':'').$obj->prenom; $this->societe = stripslashes($obj->societe); $this->adresse = stripslashes($obj->adresse); $this->cp = stripslashes($obj->cp);