Skip to content

Commit

Permalink
GRAD2-2306
Browse files Browse the repository at this point in the history
HD-21559-GRAD - P3 - GRAD is creating blank transcripts
  • Loading branch information
arybakov-cgi committed Nov 8, 2023
1 parent 083b8eb commit 08f7e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ private synchronized StudentTranscriptReport createReport(
report.setBlank(StringUtils.isBlank(student.getPen().getPen()));

ca.bc.gov.educ.grad.report.dto.reports.data.impl.Student stu = (ca.bc.gov.educ.grad.report.dto.reports.data.impl.Student)report.getDataSource();
LOG.log(Level.FINE, "DataSource Student created {1}.", new Object[]{stu.getPEN()});
LOG.log(Level.FINE, "DataSource Student created {0}.", new Object[]{stu.getPEN()});

final ReportDocument document = reportService.export(report);
LOG.log(Level.FINE, "Created document {0} for student {1}.", new Object[]{document, student.getPen()});
Expand Down

0 comments on commit 08f7e36

Please sign in to comment.