Check for a prelim result after entering a prelim score.
This commit is contained in:
parent
761f63aa55
commit
add9f9e25d
|
|
@ -123,6 +123,10 @@ class EnterPrelimScore
|
||||||
'students' => [$entry->student_id],
|
'students' => [$entry->student_id],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
// Check if we can make a status decision
|
||||||
|
$checker = app(CheckPrelimResult::class);
|
||||||
|
$checker($entry, true);
|
||||||
|
|
||||||
return $prelimScoreSheet;
|
return $prelimScoreSheet;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue