Skip to content

Commit

Permalink
Removed local country name for child's permanent addr from birth cert…
Browse files Browse the repository at this point in the history
…ificate
  • Loading branch information
mushrafulhoque-dsi committed Jan 14, 2020
1 parent 703b2e4 commit ee2b313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@
"addressKey": "name",
"addresses": {
"countryCode": "mother.countryPermanent",
"localAddress": "{mother.addressLine4Permanent}, {mother.districtPermanent}, {mother.statePermanent}, {mother.countryPermanent}",
"localAddress": "{mother.addressLine4Permanent}, {mother.districtPermanent}, {mother.statePermanent}",
"internationalAddress": "{mother.internationalDistrictPermanent}, {mother.internationalStatePermanent}, {mother.countryPermanent}"
}
}
Expand Down

0 comments on commit ee2b313

Please sign in to comment.