mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
BIS-Meldung - Externe GS Studierende werden in der Übersichtstabelle
nicht mehr zu den normalen aktiven Studierenden dazugezählt
This commit is contained in:
@@ -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]))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user