Skip to content

Commit

Permalink
Update label change to nrcId from UIN in the regestrationservice file. (
Browse files Browse the repository at this point in the history
#450)

Signed-off-by: G S Prakash Naidu <[email protected]>
  • Loading branch information
GSPrakashNaidu2662 authored Sep 26, 2024
1 parent 83abff8 commit d0ccc76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public void submitRegistrationDto(String makerName) throws Exception {
switch (this.registrationDto.getFlowType()) {
case "Update":
if (this.registrationDto.getDemographics().get(fieldName) != null && (this.registrationDto.getUpdatableFields().contains(fieldName) ||
fieldName.equals("UIN")))
fieldName.equals("nrcId")))
packetWriterService.setField(this.registrationDto.getRId(), fieldName, this.registrationDto.getDemographics().get(fieldName));
break;
case "Correction":
Expand Down

0 comments on commit d0ccc76

Please sign in to comment.