From 98269e454fff4400787687d7669a6ab32b4a9bc1 Mon Sep 17 00:00:00 2001 From: Jan Romaniak Date: Thu, 31 Oct 2024 11:34:01 +0100 Subject: [PATCH] Fix detecting duplicated individual without names --- src/hct_mis_api/apps/household/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hct_mis_api/apps/household/models.py b/src/hct_mis_api/apps/household/models.py index 7ab8ae8220..4fb4d04b8e 100644 --- a/src/hct_mis_api/apps/household/models.py +++ b/src/hct_mis_api/apps/household/models.py @@ -1093,6 +1093,7 @@ def get_hash_key(self) -> str: "given_name", "middle_name", "family_name", + "full_name", "sex", "birth_date", "phone_no",