diff --git a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx index cc299a01..3ec15d6c 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx @@ -187,6 +187,7 @@ class FolderInformationClass extends BasePage { office: true, office_folder_has_customers: { include: { customer: { include: { contact: true, documents: { include: { + document_type: true, files: true } } } } } },