Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
freelancernishad committed Dec 29, 2023
1 parent ad6a8ea commit 4f20a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2405,7 +2405,7 @@ function StudentFailedCount($results,$type='result')
}
$finalTotalGpa = $GPA + $fourthSub;
$subDe = 0;
if ($class == "Six" || $class == "Seven" || $class == "Eight") {
if ($class == "Six" || $class == "Seven") {
$subDe = $i - 2;
}

Expand Down

0 comments on commit 4f20a0f

Please sign in to comment.