mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Corrected empfehlung_datum
Now the query uses the correct status kurzbz 'inProgressDP'. This is because the date the lector sends the recommendation (=empfehlung_datum), the status is changed to inProgressDP and the insertamum is set there. Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
@@ -231,7 +231,7 @@ class AnrechnungLib
|
||||
// Get last lector and date, where recommendation was given
|
||||
$result = $this->ci->AnrechnungModel->getLastAnrechnungstatus(
|
||||
$anrechnung_id,
|
||||
self::ANRECHNUNGSTATUS_PROGRESSED_BY_LEKTOR
|
||||
self::ANRECHNUNGSTATUS_PROGRESSED_BY_STGL // when lector sends recommendation, status is set to in progress STGL again
|
||||
);
|
||||
if ($result = getData($result)[0])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user