Ver - 0.91 patientInformation section in bahmni_config/openmrs/apps/registration/app.json has
"additionalPatientInformation": {
"title": "Bystander Details",
"attributes":[
"familyIncome",
"debt"
]
},
"FamilyInformation": {
"title": "Family Information",
"attributes":[
"occupation",
"Relation"
]
}
But the registration page shows “Patient Additional Information” as section title for both these sections
This is due to this When this line changed to
<a ng-if="::(section.title && !section.translationKey)" href>{{section.title | translate}}</a>
It shows proper section titles