From f060a6dcf4f28473311f0582300af3fc0c2b5b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 20 Feb 2015 11:19:22 +0100 Subject: [PATCH] FIX person cf in csv --- Resources/views/Person/export.csv.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}{#