From 655b58f020076a1f3e25da1b05cb7ff396c4673e Mon Sep 17 00:00:00 2001 From: Hero Date: Wed, 6 Sep 2023 15:08:56 +0200 Subject: [PATCH] OHRI-1830: Should be able to add the first encounter for a mother at maternity --- .../ampathforms/pmtct_labour_and_delivery_v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/configuration/ampathforms/pmtct_labour_and_delivery_v1.0.json b/distro/configuration/ampathforms/pmtct_labour_and_delivery_v1.0.json index 4b43bce62..f48490f5b 100644 --- a/distro/configuration/ampathforms/pmtct_labour_and_delivery_v1.0.json +++ b/distro/configuration/ampathforms/pmtct_labour_and_delivery_v1.0.json @@ -244,7 +244,7 @@ { "intent":"*", "required":"true", - "readonly": "mode == 'edit' && isEmpty(latest_hiv_test_status) || mode == 'edit' && isEmpty(anc_hiv_test_status) ? true : false", + "readonly": "mode == 'edit' && isEmpty(latest_hiv_test_status) || mode == 'edit' && isEmpty(myValue) ? true : false", "hide":{ "hideWhenExpression":"anc_latest_hiv_test_result == '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || latest_art_initiation == '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || latest_art_initiation == '160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" }