Skip to content

Commit 63eeb73

Browse files
committed
change program eligibility issue code
1 parent 2e05a84 commit 63eeb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/ca/bc/gov/educ/studentdatacollection/api/constants/v1/ProgramEligibilityIssueCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public enum ProgramEligibilityIssueCode {
3939
X_ENROLL("XENROLL", "8/9 Cross-enrollment students are not eligible for program funding.", ProgramEligibilityTypeCode.BASE),
4040
SUMMER_SCHOOL_FRENCH("SSFRENCH", "Summer School students are not eligible for French Program funding.", ProgramEligibilityTypeCode.FRENCH),
4141
SUMMER_SCHOOL_CAREER("SSCAREER", "Summer School students are not eligible for Career Program funding.", ProgramEligibilityTypeCode.CAREER_PROGRAMS),
42-
PRP_YOUTH("PRPYOUTH", "PRP and Youth School students are not eligible for Program funding.", ProgramEligibilityTypeCode.BASE),
42+
PRP_YOUTH("PRPYOUTH", "PRP and Youth Custody School students are not eligible for Program funding.", ProgramEligibilityTypeCode.BASE),
4343
;
4444

4545
@Getter

0 commit comments

Comments
 (0)