From 55e9f443a1a01c7d97d600d7f664a600d2a741e5 Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Fri, 15 Oct 2021 08:25:19 +0200 Subject: [PATCH] =?UTF-8?q?Teilstudieng=C3=A4nge=20(TSG)=20closed=20singul?= =?UTF-8?q?arly=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../costage/hilfstabellen/costage_st_studien_aggr_fuellen.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-modules/module/costage/hilfstabellen/costage_st_studien_aggr_fuellen.sql b/src-modules/module/costage/hilfstabellen/costage_st_studien_aggr_fuellen.sql index 8e3ae26..9672f96 100644 --- a/src-modules/module/costage/hilfstabellen/costage_st_studien_aggr_fuellen.sql +++ b/src-modules/module/costage/hilfstabellen/costage_st_studien_aggr_fuellen.sql @@ -56,7 +56,7 @@ and S.matrikelnummer is not null and SG.studiengangs_typ_kb in ('ESG','TSG') and SA.st_studium_nr=ST.st_studium_nr and SA.st_sem_nr=SM.st_sem_nr -and SA.studienstatustyp not in ('a') +and SA.studienstatustyp not in ('a','o') and ${COSTAGE_STUDENT_FILTER} --group by 1,2,3,4,5,6,7,8,9,10,11,12,13 ;