Skip to content

Commit

Permalink
HSC-352: Fix contact and address information in patient banner (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazlaw authored Nov 6, 2024
1 parent 5338f1f commit 41452fa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions configs/openmrs/frontend_config/ozone-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,25 @@
"showLogo": true,
"logo": "configs/ozone_hsc_logo.png"
}
},
"contactAttributeTypes": [
"c3bcd296-eb82-4451-a4b4-eedd1d5f322f",
"1102f74e-ea2f-461e-b67f-db58bd136e5c",
"d9b2d63d-6b6d-4c9e-b4e1-6e8f4f3efc3e"
]
},
"core": {
"Translation overrides": {
"en": {
"state": "Département",
"city": "Commune",
"Country": "Country"
},
"fr": {
"state": "Département",
"city": "Commune",
"Country": "Pays"
}
}
},
"@openmrs/esm-patient-medications-app": {
Expand Down

0 comments on commit 41452fa

Please sign in to comment.