Rechte Bugfix studienordnung

This commit is contained in:
Stefan Puraner
2015-11-03 08:07:38 +01:00
parent e8dd844856
commit 73e49be88c
13 changed files with 338 additions and 46 deletions
+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;
}