diff --git a/distro/configuration/ampathforms/pmtct_infant_postnatal_v1.0.json b/distro/configuration/ampathforms/pmtct_infant_postnatal_v1.0.json index d496e8d63..c80924746 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, diff --git a/frontend/ohri-config.json b/frontend/ohri-config.json index 1b84ff293..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 @@ -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" + } } }