diff --git a/Resources/views/Person/export.csv.twig b/Resources/views/Person/export.csv.twig index 680206406..10cdb3e21 100644 --- a/Resources/views/Person/export.csv.twig +++ b/Resources/views/Person/export.csv.twig @@ -51,7 +51,7 @@ #}{% if customField.type == 'title' %}{# #}""{# #}{% else %}{# - #}"{{ chill_custom_field_widget(report.cFData , customField, 'csv') }}"{# + #}"{{ chill_custom_field_widget(person.cFData , customField, 'csv') }}"{# #}{% endif %}{# #}{% if not loop.last %},{% endif %}{# #}{% endfor %}{#