Skip to content

Commit

Permalink
GRAD2-2758
Browse files Browse the repository at this point in the history
YE Distribution Run to Revert the bundling back to SCHOOL OF RECORD
  • Loading branch information
arybakov-cgi committed Jun 12, 2024
1 parent 4b6e815 commit b6a43b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public class DistributionRunYearlyProcessor implements ItemProcessor<StudentCred
public StudentCredentialDistribution process(StudentCredentialDistribution item) throws Exception {
LOGGER.info("Processing partitionData = {}", item.getCredentialTypeCode());
summaryDTO.setBatchId(batchId);
return restUtils.processDistribution(item, summaryDTO, true);
//--> Revert code back to school of record GRAD2-2758 (set useSchoolAtGrad to false)
return restUtils.processDistribution(item, summaryDTO, false);

}
}

0 comments on commit b6a43b7

Please sign in to comment.