This commit is contained in:
cgfhtw
2022-06-08 10:30:07 +02:00
parent 0ee1f3723b
commit 2c932f3d86
+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))
{