Filter für Lehrende in FAS und Tempus

This commit is contained in:
Manfred
2022-03-16 16:13:47 +01:00
parent 334460a230
commit a08c8d7a76
5 changed files with 124 additions and 46 deletions
+2
View File
@@ -849,6 +849,8 @@ class mitarbeiter extends benutzer
$obj->titelpost = $row->titelpost;
$obj->kurzbz = $row->kurzbz;
$obj->vornamen = $row->vornamen;
$obj->aktiv =$this->db_parse_bool($row->aktiv);
$obj->fixangestellt = $this->db_parse_bool($row->fixangestellt);
$this->result[] = $obj;
}