mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34: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.="
|
$datei.="
|
||||||
</StudentIn>";
|
</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]))
|
if(!isset($stsem[$storgform][$sem]))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user