Skip to content

Commit

Permalink
Merge pull request #257 from bcgov/develop/alex-GRAD2-2377
Browse files Browse the repository at this point in the history
GRAD2-2377
  • Loading branch information
infstar authored Apr 22, 2024
2 parents 7e56282 + 8b9a2d1 commit 01a8c9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public ProcessorData fire(ProcessorData processorData) {
logger.debug("{} School {}/{}", mincode, schoolCounter, mapDist.size());
List<Student> studListNonGrad = new ArrayList<>();

ReportRequest packSlipReq = reportService.preparePackingSlipData(searchRequest, getBaseSchoolDetails(distributionPrintRequest, searchRequest, mincode, exception), processorData.getBatchId());
ReportRequest packSlipReq = reportService.preparePackingSlipData(searchRequest, commonSchool, processorData.getBatchId());
Pair<Integer, Integer> pV = processTranscriptPrintRequest(distributionPrintRequest, currentSlipCount, packSlipReq, studListNonGrad, processorData, mincode, schoolCategoryCode, numberOfPdfs);
currentSlipCount = pV.getLeft();
numberOfPdfs = pV.getRight();
Expand Down

0 comments on commit 01a8c9b

Please sign in to comment.