Spalte "faktiv" (Foebis-Aktiv) im FAS

This commit is contained in:
kindlm
2026-03-26 11:43:20 +01:00
parent 40757322e7
commit 21c1f13b28
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -706,6 +706,7 @@ class prestudent extends person
$rolle->bestaetigtam = $row->bestaetigtam;
$rolle->bestaetigtvon = $row->bestaetigtvon;
$rolle->fgm = $row->fgm;
$rolle->faktiv = $this->db_parse_bool($row->faktiv);
$rolle->anmerkung_status = $row->anmerkung;
$rolle->bewerbung_abgeschicktamum = $row->bewerbung_abgeschicktamum;
$rolle->rt_stufe = $row->rt_stufe;