Skip to content
Snippets Groups Projects
Commit add55e48 authored by Xebax's avatar Xebax
Browse files

Fix bug #1610: Civility is not displayed.

parent 11b3b94e
Branches
Tags
No related merge requests found
......@@ -1090,7 +1090,7 @@ class Adherent extends CommonObject
$this->ref = $obj->rowid;
$this->id = $obj->rowid;
$this->ref_ext = $obj->ref_ext;
$this->civility_id = $obj->civility;
$this->civility_id = $obj->civility_id;
$this->firstname = $obj->firstname;
$this->lastname = $obj->lastname;
$this->login = $obj->login;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment