nur prestudent mit dem bewerber status beruecksichtigen

This commit is contained in:
ma0048
2026-05-05 15:19:57 +02:00
parent 13e8a1a9f6
commit bf5ab6b7dd
+1
View File
@@ -607,6 +607,7 @@ class pruefling extends basis_db
WHERE tbl_rt_person.person_id = " . $this->db_add_param($person_id) . "
AND tbl_rt_person.rt_id = " . $this->db_add_param($reihungstest_id) . "
AND tbl_prestudent.prestudent_id != " . $this->db_add_param($prestudent_id) . "
AND get_rolle_prestudent(tbl_prestudent.prestudent_id, NULL) = 'Bewerber'
LIMIT 1";
if($result = $this->db_query($qry))