BIS-Meldung - Externe GS Studierende werden in der Übersichtstabelle

nicht mehr zu den normalen aktiven Studierenden dazugezählt
This commit is contained in:
Andreas Österreicher
2018-11-23 16:07:13 +01:00
parent 112e7127c9
commit 5befdfda79
+3 -1
View File
@@ -1154,7 +1154,9 @@ function GenerateXMLStudentBlock($row)
$datei.="
</StudentIn>";
if($aktstatus=='Student' || $aktstatus=='Diplomand' || $aktstatus=='Praktikant' || $aktstatus=='Outgoing')
// Aktive Studierende - keine Incoming, keine Externen GS
if(($aktstatus=='Student' || $aktstatus=='Diplomand' || $aktstatus=='Praktikant' || $aktstatus=='Outgoing')
&& !($gemeinsamestudien && $kodex_studientyp_array[$row->gsstudientyp_kurzbz]=='E'))
{
if(!isset($stsem[$storgform][$sem]))
{