mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 09:09:28 +00:00
Merge branch 'bug-19149/Reihungstest_Sprache_Prio'
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user