Beim Laden des Status wird die Anmerkung mitgeladen

This commit is contained in:
oesi
2015-10-29 16:22:28 +01:00
parent 13a004e784
commit c9e35a60c6
+1
View File
@@ -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;
}