diff --git a/application/Espo/Services/Record.php b/application/Espo/Services/Record.php index 3fefd87a65..ed45e9fdf0 100644 --- a/application/Espo/Services/Record.php +++ b/application/Espo/Services/Record.php @@ -1010,9 +1010,9 @@ class Record extends \Espo\Core\Services\Base } } + $this->loadAdditionalFieldsForExport($entity); $row = array(); foreach ($fieldList as $field) { - $this->loadAdditionalFieldsForExport($entity); $value = $this->getFieldFromEntityForExport($entity, $field); $row[$field] = $value; }