Skip to content

Commit

Permalink
Finish mngoe/develop
Browse files Browse the repository at this point in the history
DOB of Head of Family missing in the beneficiary list
  • Loading branch information
hirensoni913 authored Oct 5, 2022
2 parents e80bcf5 + 721d1bb commit 57c3dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function fetchFamilySummaries(mm, filters) {
"confirmationNo",
"validityFrom",
"validityTo",
"headInsuree{id,uuid,chfId,lastName,otherNames,email,phone}",
"headInsuree{id,uuid,chfId,lastName,otherNames,email,phone, dob}",
"location" + mm.getProjection("location.Location.FlatProjection"),
];
const payload = formatPageQueryWithCount("families", filters, projections);
Expand Down

0 comments on commit 57c3dcb

Please sign in to comment.