alle prestudents im Status Interessent mit leerem zgvmatum überschreiben

This commit is contained in:
manu
2021-07-15 09:10:35 +02:00
parent e9705e69e7
commit 05a06de109
+2
View File
@@ -2316,6 +2316,8 @@ class prestudent extends person
person_id = ".$this->db_add_param($person_id)."
AND
typ ='m'
AND
zgvmadatum IS NULL
And
get_rolle_prestudent(prestudent_id, null) = 'Interessent';";