Added change of status when STGL requests for recommendation

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-02-03 16:21:15 +01:00
committed by cris-technikum
parent 5a8c779bcd
commit a3c33ed385
4 changed files with 40 additions and 44 deletions
@@ -222,7 +222,8 @@ class approveAnrechnungDetail extends Auth_Controller
'anrechnung_id' => $item['anrechnung_id'],
'status_kurzbz' => self::ANRECHNUNGSTATUS_PROGRESSED_BY_LEKTOR,
'status_bezeichnung' => $inProgressLektor,
'empfehlung_anrechnung' => null
'empfehlung_anrechnung' => null,
'empfehlung_angefordert_am' => (new DateTime())->format('d.m.Y')
);
}
}