Added check, when STGL tries to request recommendation for already recommended Antraege

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-26 10:58:26 +01:00
committed by cris-technikum
parent 5b77a5d08f
commit 7d0ff4fcee
5 changed files with 66 additions and 12 deletions
@@ -202,7 +202,8 @@ class approveAnrechnungUebersicht extends Auth_Controller
$json[]= array(
'anrechnung_id' => $item['anrechnung_id'],
'status_kurzbz' => self::ANRECHNUNGSTATUS_PROGRESSED_BY_LEKTOR,
'status_bezeichnung' => $inProgressLektor
'status_bezeichnung' => $inProgressLektor,
'empfehlung_anrechnung' => null
);
}
}