update policy and fix other issues
This commit is contained in:
@@ -297,6 +297,8 @@ final class EnrollmentTransitionService
|
||||
'initial_transition_applied'
|
||||
);
|
||||
|
||||
service('studentYearStatus')->upsert($studentId, $targetSchoolYear, false);
|
||||
|
||||
if ((int) ($evaluation['assigned_class_section_id'] ?? 0) > 0) {
|
||||
$this->upsertStudentClass($studentId, (int) $evaluation['assigned_class_section_id'], $targetSchoolYear, $performedBy);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user