Fix path to csv template

This commit is contained in:
2023-11-27 21:01:01 +01:00
parent 2e4e5ee79a
commit 5f441eb5ac

View File

@@ -280,7 +280,7 @@ class CustomFieldChoice extends AbstractCustomField
$template = '@ChillCustomFields/CustomFieldsRendering/choice.html.twig';
if ('csv' === $documentType) {
$template = 'ChillCustomFieldsBundle/CustomFieldsRendering/choice.csv.twig';
$template = '@ChillCustomFields/CustomFieldsRendering/choice.csv.twig';
}
return $this->templating