Skip to content

Commit

Permalink
fix/rec-final-status (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusta-Santos authored Jan 2, 2025
1 parent b541d6a commit 4ca4343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private function updateStudentSituation()
$hasRecoveryGrade = isset($recoveryMedia) && $recoveryMedia !== "";
if (!$hasRecoveryGrade) {
$this->gradeResult->situation = $recoverySituation;
} elseif ($recoveryMedia >= $finalRecoveryMedia && $finalRecovery->gradeCalculationFk->name == "Maior") {
} elseif ($recoveryMedia >= $finalRecoveryMedia) {
$this->gradeResult->situation = $approvedSituation;
}

Expand Down

0 comments on commit 4ca4343

Please sign in to comment.