File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/reports Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ private List<Object> prepareCareerStudentDataForCsv(SdcSchoolCollectionStudentLi
711
711
legalFullName ,
712
712
usualFullName ,
713
713
student .getFte (),
714
- StringUtils .isBlank (student .getFrenchProgramNonEligReasonCode ()) ? "1" : "" ,
714
+ StringUtils .isBlank (student .getCareerProgramNonEligReasonCode ()) ? "1" : "" ,
715
715
student .getLocalID (),
716
716
Boolean .TRUE .equals (student .getIsAdult ()) ? "1" : "" ,
717
717
Boolean .TRUE .equals (student .getIsGraduated ()) ? "1" : "" ,
@@ -750,7 +750,7 @@ private List<Object> prepareIndigenousStudentDataForCsv(SdcSchoolCollectionStude
750
750
legalFullName ,
751
751
usualFullName ,
752
752
student .getFte (),
753
- StringUtils .isBlank (student .getFrenchProgramNonEligReasonCode ()) ? "1" : "" ,
753
+ StringUtils .isBlank (student .getIndigenousSupportProgramNonEligReasonCode ()) ? "1" : "" ,
754
754
student .getLocalID (),
755
755
Boolean .TRUE .equals (student .getIsAdult ()) ? "1" : "" ,
756
756
Boolean .TRUE .equals (student .getIsGraduated ()) ? "1" : "" ,
@@ -824,7 +824,7 @@ private List<Object> prepareEllStudentDataForCsv(SdcSchoolCollectionStudentLight
824
824
legalFullName ,
825
825
usualFullName ,
826
826
student .getFte (),
827
- StringUtils .isBlank (student .getFrenchProgramNonEligReasonCode ()) ? "1" : "" ,
827
+ StringUtils .isBlank (student .getEllNonEligReasonCode ()) ? "1" : "" ,
828
828
student .getLocalID (),
829
829
Boolean .TRUE .equals (student .getIsAdult ()) ? "1" : "" ,
830
830
Boolean .TRUE .equals (student .getIsGraduated ()) ? "1" : "" ,
You can’t perform that action at this time.
0 commit comments