mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Wenn Status gefunden und Interessent wird inskribiert auf 'n' gesetzt
This commit is contained in:
+6
-1
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user