Skip to content

Commit

Permalink
SSEMR-412 Follow up form -Represented clients
Browse files Browse the repository at this point in the history
  • Loading branch information
Munyua123 committed Nov 12, 2024
1 parent 8c971a7 commit cb108e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distro/configuration/ampathforms/hiv_care_follow_up_form.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
]
},
"hide": {
"hideWhenExpression": "sex === 'M' || age < 15"
"hideWhenExpression": "sex === 'M' || age < 15 || clientRepresented === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
},
"validators": []
},
Expand Down Expand Up @@ -371,7 +371,7 @@
]
},
"hide": {
"hideWhenExpression": "sex === 'M' || age < 15"
"hideWhenExpression": "sex === 'M' || age < 15 || clientRepresented === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' "
},
"validators": []
},
Expand Down

0 comments on commit cb108e8

Please sign in to comment.