mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
Funktionalitaet feature-39602
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user