diff --git a/include/prestudent.class.php b/include/prestudent.class.php index 3383d1895..1fa062545 100644 --- a/include/prestudent.class.php +++ b/include/prestudent.class.php @@ -528,6 +528,7 @@ class prestudent extends person $this->studienplan_id = $row->studienplan_id; $this->bestaetigtam = $row->bestaetigtam; $this->bestaetigtvon = $row->bestaetigtvon; + $this->anmerkung_status = $row->anmerkung; return true; }