Skip to content

Commit f0aff65

Browse files
authored
Merge pull request #4 from openmrs/fix/fix-form
(fix): Fix typo in adult HIV form
2 parents e004ca3 + 0ad7189 commit f0aff65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/backend_configuration/ampathforms/ampath_poc_adult_return_visit_form_v1.6_core-demo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3606,7 +3606,7 @@
36063606
}
36073607
]
36083608
},
3609-
"historicalExpression": "\"_.isEmpty(HD.getObject('prevEnc').getValue('5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')) ? undefined : HD.getObject('prevEnc').getValue('5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')\"",
3609+
"historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')) ? undefined : HD.getObject('prevEnc').getValue('5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')\"",
36103610
"id": "height",
36113611
"validators": []
36123612
},
@@ -7822,4 +7822,4 @@
78227822
]
78237823
}
78247824
]
7825-
}
7825+
}

0 commit comments

Comments
 (0)