diff --git a/htdocs/adherent.class.php b/htdocs/adherent.class.php index 8261d3655f4..ab904e52b89 100644 --- a/htdocs/adherent.class.php +++ b/htdocs/adherent.class.php @@ -285,7 +285,7 @@ class Adherent $this->pays = stripslashes($obj->pays); $this->datefin = $obj->datefin; $this->commentaire = stripslashes($obj->note); - $this->cp = $obj->morphy; + $this->morphy = $obj->morphy; } } else