Commit 1e687c06 authored by jay pratap singh's avatar jay pratap singh
Browse files

fixed issue- changed flag to true where alternate exam center assigned

Showing with 1 addition and 0 deletions
+1 -0
......@@ -75,6 +75,7 @@ public class ExamCenterService {
// Set the alternate exam center for the unverified exam center
unverifiedExamCenter.setAlternateExamCenter(alternateExamCenter);
unverifiedExamCenter.setAlternateExamCenterAssigned(true);
examCenterRepository.save(unverifiedExamCenter);
// Save the updated registrations
......
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