Added vorlagestudiengang_id to function getAktuelleVorlage

This commit is contained in:
Manfred
2022-03-23 17:39:55 +01:00
parent 8db3aeb10f
commit 86e15f2435
+1
View File
@@ -566,6 +566,7 @@ class vorlage extends basis_db
$this->insertvon = $row->insertvon;
$this->updateamum = $row->updateamum;
$this->updatevon = $row->updatevon;
$this->vorlagestudiengang_id = $row->vorlagestudiengang_id;
return true;
}