From a083a320ae89cc949a7affe71d17fcc84c942c2e Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Fri, 11 Feb 2022 12:34:18 +0100 Subject: [PATCH] display address of current household --- .../Resources/views/Person/household_history.html.twig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/household_history.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/household_history.html.twig index 6a8f0ee15..824909acb 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/household_history.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/household_history.html.twig @@ -38,9 +38,7 @@

{{ 'Address'|trans }}

- {% for h in p.person.getHouseholdParticipationsNotShareHousehold %} -

{{ h.address }}

- {% endfor %} +

{{ p.household.getCurrentAddress|chill_entity_render_box }}

{% endif %}