Fixed double basic gebiet-entries in Reihungstest

This issue popped up when basic gebiete of many Bachelor studies could not be merged (with unique gebiete) due to different reihung. This is fixed now.
This commit is contained in:
Cris
2019-04-08 13:26:33 +02:00
parent 5f194af126
commit c649bf3fbe
+3 -1
View File
@@ -193,7 +193,8 @@ if (isset($_SESSION['pruefling_id']))
)
SELECT DISTINCT
SELECT DISTINCT ON
(gebiet_id, semester)
semester,
gebiet_id,
bezeichnung,
@@ -252,6 +253,7 @@ if (isset($_SESSION['pruefling_id']))
ORDER BY
semester,
gebiet_id,
reihung
";