Skip to content

Commit

Permalink
Merge pull request #514 from bcgov/feature/GRAD2-2458
Browse files Browse the repository at this point in the history
GRAD2-2458: task is complete.
  • Loading branch information
infstar authored Mar 13, 2024
2 parents 39e71a1 + 49e103d commit 3c280b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private EdwGraduationSnapshot runHypotheticalGradAlgorithm(String pen, Integer g
}
boolean isHypotheticalPass = false;
GraduationData graduationData = null;
if (StringUtils.isNotBlank(gradProgramCode)) {
if (StringUtils.isNotBlank(gradProgramCode) && !"SCCP".equalsIgnoreCase(gradProgramCode)) {
// run hypothetical grad algorithm
graduationData = gradAlgorithmService.runHypotheticalGraduatedAlgorithm(studentID, gradProgramCode, gradYear.toString(), accessToken);
if (graduationData != null) {
Expand Down

0 comments on commit 3c280b3

Please sign in to comment.