diff --git a/soap/stip.soap.php b/soap/stip.soap.php index 6aa8a22e6..14a0ab3bd 100644 --- a/soap/stip.soap.php +++ b/soap/stip.soap.php @@ -124,7 +124,12 @@ function GetStipendienbezieherStip($parameters) if(!$prestudentStatus->getLastStatus($prestudentID,$studSemester)) $StipBezieher->Inskribiert = 'n'; else - $StipBezieher->Inskribiert = 'j'; + { + if($prestudentStatus->status_kurzbz == 'Interessent') + $StipBezieher->Inskribiert = 'n'; + else + $StipBezieher->Inskribiert = 'j'; + } if($BezieherStip->Typ == "as" || $BezieherStip->Typ == "AS") {