From 5dc1a5dbca63ae5d79f538a3bc727a22470e43a8 Mon Sep 17 00:00:00 2001 From: lucille Date: Wed, 31 Jul 2024 12:59:56 +0300 Subject: [PATCH 1/3] change the infant pnc name form Infant - Postanal Form to Infant - Postnatal Form --- .../configuration/ampathforms/pmtct_infant_postnatal_v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/configuration/ampathforms/pmtct_infant_postnatal_v1.0.json b/distro/configuration/ampathforms/pmtct_infant_postnatal_v1.0.json index 4cae806fb..b96ef39d9 100644 --- a/distro/configuration/ampathforms/pmtct_infant_postnatal_v1.0.json +++ b/distro/configuration/ampathforms/pmtct_infant_postnatal_v1.0.json @@ -1,5 +1,5 @@ { - "name": "Infant - Postanal Form", + "name": "Infant - Postnatal Form", "version": "1", "published": true, "retired": false, From 0a947b8180bbcb3651123e3c9e67166d64587583 Mon Sep 17 00:00:00 2001 From: Lucy Jemutai <130601439+lucyjemutai@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:36:26 +0300 Subject: [PATCH 2/3] config override. A new Infant form was published --- frontend/ohri-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/ohri-config.json b/frontend/ohri-config.json index 1b84ff293..8ea391126 100644 --- a/frontend/ohri-config.json +++ b/frontend/ohri-config.json @@ -13,5 +13,10 @@ "stockSourceTypeUUID": "8e353f85-14a5-4c90-8573-19ebd848d67d", "dispensingUnitsUUID": "162402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "stockItemCategoryUUID": "fff03ad5-ba60-4d4e-81ca-f3db827f863e" + }, + "@ohri/openmrs-esm-ohri-pmtct-app": { + "formUuids": { + "infantPostnatalFormUuid": "0dd206d0-6744-3684-97fc-7be3079ce4b9" + } } } From ebcd07777c4b904981ae8137552eb3d87462f18c Mon Sep 17 00:00:00 2001 From: lucille Date: Wed, 31 Jul 2024 19:35:33 +0300 Subject: [PATCH 3/3] fix indentation --- frontend/ohri-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/ohri-config.json b/frontend/ohri-config.json index 8ea391126..4b5705e62 100644 --- a/frontend/ohri-config.json +++ b/frontend/ohri-config.json @@ -1,6 +1,6 @@ { "@openmrs/esm-billing-app": { - "defaultCurrency":"UGX" + "defaultCurrency": "UGX" }, "@openmrs/esm-patient-chart-app": { "showExtraVisitAttributesSlot": true @@ -14,7 +14,7 @@ "dispensingUnitsUUID": "162402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "stockItemCategoryUUID": "fff03ad5-ba60-4d4e-81ca-f3db827f863e" }, - "@ohri/openmrs-esm-ohri-pmtct-app": { + "@ohri/openmrs-esm-ohri-pmtct-app": { "formUuids": { "infantPostnatalFormUuid": "0dd206d0-6744-3684-97fc-7be3079ce4b9" }