Skip to content

Commit

Permalink
GRAD2-2477
Browse files Browse the repository at this point in the history
(GRAD) - P3 Incident: 1950 program includes Non-Completion Reason "506 - N/A"
  • Loading branch information
arybakov-cgi committed Jan 23, 2024
1 parent cc472fa commit a95cbf9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,16 +469,12 @@ private byte[] getSchoolReportNonGradRegReport(ReportData data, String mincode,

}

@Generated
private void createAndSaveSchoolReportNonGradRegReport(ReportData data, String mincode, String accessToken) {

byte[] bytesSAR = getSchoolReportNonGradRegReport(data, mincode, accessToken);

String encodedPdf = getEncodedPdfFromBytes(bytesSAR);

SchoolReports requestObj = getSchoolReports(mincode, encodedPdf, NONGRADREG);

updateSchoolReport(accessToken, requestObj);

}

private byte[] getSchoolReportStudentNonGradPrjReport(ReportData data, String mincode, String accessToken) {
Expand Down

0 comments on commit a95cbf9

Please sign in to comment.