Funktionalitaet feature-39602

This commit is contained in:
ma0068
2024-05-27 14:57:18 +02:00
parent 21fb679c08
commit 259a3c218a
6 changed files with 72 additions and 7 deletions
+2 -2
View File
@@ -764,9 +764,9 @@ class Prestudent_model extends DB_Model
ps.updatevon
FROM
public.tbl_prestudentstatus ps
JOIN
LEFT JOIN
public.tbl_student st USING (prestudent_id)
JOIN
LEFT JOIN
public.tbl_studiengang sg ON (st.studiengang_kz = sg.studiengang_kz)
LEFT JOIN
lehre.tbl_studienplan sp USING (studienplan_id)