Commit fea13618 authored by jay pratap singh's avatar jay pratap singh
Browse files

fixed issue- changed flag to true where alternate exam center assigned in get all api

1 merge request!164fixed issue- changed flag to true where alternate exam center assigne…
Showing with 1 addition and 0 deletions
+1 -0
......@@ -22,6 +22,7 @@ public class ExamCenterMapper {
dto.setDistrict(examCenter.getDistrict());
dto.setInstituteCode(examCenter.getInstituteCode());
dto.setAllowedForExamCentre(examCenter.isAllowedForExamCentre());
dto.setAlternateExamCenterAssigned(examCenter.getAlternateExamCenterAssigned());
return dto;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment