From c9e35a60c668c5a8419efc1f4c2d4a0208597dba Mon Sep 17 00:00:00 2001 From: oesi Date: Thu, 29 Oct 2015 16:22:28 +0100 Subject: [PATCH] Beim Laden des Status wird die Anmerkung mitgeladen --- include/prestudent.class.php | 1 + 1 file changed, 1 insertion(+) 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; }