Fixed Bug where the Last Status was not displayed correctly on the gradelist

This commit is contained in:
Andreas Österreicher
2019-05-03 11:15:59 +02:00
parent defc8926c9
commit 02bd9d528f
2 changed files with 15 additions and 1 deletions
+6
View File
@@ -32,7 +32,10 @@ class StudienplanLib
$treeitem = array(
'lehrveranstaltung_id' => $row->lehrveranstaltung_id,
'lehrtyp_kurzbz' => $row->lehrtyp_kurzbz,
'lehrform_kurzbz' => $row->lehrform_kurzbz,
'sws' => $row->sws,
'pflicht' => $row->pflicht,
'zeugnis' => $row->zeugnis,
'bezeichnung' => $row->bezeichnung,
'ects' => $row->ects
);
@@ -57,7 +60,10 @@ class StudienplanLib
$treeitem = array(
'lehrveranstaltung_id' => $row->lehrveranstaltung_id,
'lehrtyp_kurzbz' => $row->lehrtyp_kurzbz,
'lehrform_kurzbz' => $row->lehrform_kurzbz,
'sws' => $row->sws,
'pflicht' => $row->pflicht,
'zeugnis' => $row->zeugnis,
'bezeichnung' => $row->bezeichnung,
'ects' => $row->ects
);