Skip to content

Commit

Permalink
Fix detecting duplicated individual without names
Browse files Browse the repository at this point in the history
  • Loading branch information
johniak committed Oct 31, 2024
1 parent e5c5609 commit 98269e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hct_mis_api/apps/household/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@ def get_hash_key(self) -> str:
"given_name",
"middle_name",
"family_name",
"full_name",
"sex",
"birth_date",
"phone_no",
Expand Down

0 comments on commit 98269e4

Please sign in to comment.