English und Stufe in Funktion getStudiengaengeDokument

This commit is contained in:
Manfred Kindl
2019-07-16 15:53:20 +02:00
parent 7e1052ecc2
commit af08e06ade
+2
View File
@@ -859,6 +859,8 @@ class dokument extends basis_db
$stg_obj->kuerzel = $row->kuerzel;
$stg_obj->bezeichnung = $row->bezeichnung;
$stg_obj->studiengang_kz = $row->studiengang_kz;
$stg_obj->english = $row->english;
$stg_obj->stufe = $row->stufe;
$this->result[] = $stg_obj;
}