diff --git a/htdocs/don.class.php b/htdocs/don.class.php index 6031d64b8b4..24c04835a3c 100644 --- a/htdocs/don.class.php +++ b/htdocs/don.class.php @@ -233,6 +233,7 @@ class Don $obj = $this->db->fetch_object(0); + $this->id = $obj->rowid; $this->date = $obj->datedon; $this->prenom = stripslashes($obj->prenom); $this->nom = stripslashes($obj->nom);