diff --git a/htdocs/adherent.class.php b/htdocs/adherent.class.php index 8261d3655f40b8842d825083caf6558efd8333db..ab904e52b899666ba2a2e96e10a7270a986bb997 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