Merge branch 'bug-19149/Reihungstest_Sprache_Prio'

This commit is contained in:
Andreas Österreicher
2022-06-08 13:09:38 +02:00
+5 -1
View File
@@ -587,7 +587,11 @@ class prestudent extends person
)
AND
status_kurzbz = 'Interessent'";
status_kurzbz = 'Interessent'
AND
NOT EXISTS (
SELECT 1 FROM public.tbl_prestudentstatus WHERE prestudent_id=tbl_prestudent.prestudent_id AND status_kurzbz='Abgewiesener'
)";
if (!is_null($typ) && is_string($typ))
{