Address Hierarchy - Top Down display

When set “showAddressFieldsTopDown”: true as specified [here] in the default installation (https://bahmni.atlassian.net/wiki/display/BAH/Configure+Address+Hierarchy#ConfigureAddressHierarchy-Configuration) The registration page does not show sub-section heading “Address Information” as shown

This is because the view file patientcommon.html specifies the sub-section heading with ng-if condition which may not be necessary if the sub-section heading “Address Information” needs to be displayed.

@ramashish are you suggesting that this is a display bug, with a trivial one-line fix? Could you send a pull request for this?

Done.

@ramashish this PR has failing tests in CI. (I haven’t looked into why this is.)