Ajout proprit fullname sur objet adhrent

This commit is contained in:
Laurent Destailleur 2005-10-02 19:43:11 +00:00
parent 378b6fd3a0
commit 8c86d1529a

View File

@ -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);