Skip to content

Commit

Permalink
Fix: Fixed occupation error for measles
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasderrick committed Jan 22, 2025
1 parent 6002b51 commit 0e5cee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ protected void addFields() {
generalCommentLabel.setVisible(false);
setVisible(false, PersonDto.ADDITIONAL_DETAILS);
setVisible(false, PersonDto.MOTHERS_MAIDEN_NAME);
setVisible(false, PersonDto.NICKNAME, OCCUPATION_HEADER);
setVisible(false, PersonDto.NICKNAME);
setVisible(true, PersonDto.GHANA_CARD, PersonDto.NATIONAL_HEALTH_ID);
}

Expand Down

0 comments on commit 0e5cee7

Please sign in to comment.