mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
create view for current address and apply on Person/Household normalizer
This commit is contained in:
@@ -75,6 +75,7 @@ class PersonNormalizer implements
|
||||
'altNames' => $this->normalizeAltNames($person->getAltNames()),
|
||||
'gender' => $person->getGender(),
|
||||
'gender_numeric' => $person->getGenderNumeric(),
|
||||
'current_household_address' => $this->normalizer->normalize($person->getCurrentHouseholdAddress()),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user