diff --git a/src/Components/RefundManager/Elasticsearch/RefundAdminSearchIndexer.php b/src/Components/RefundManager/Elasticsearch/RefundAdminSearchIndexer.php index fe61e4b81..48522b5e7 100644 --- a/src/Components/RefundManager/Elasticsearch/RefundAdminSearchIndexer.php +++ b/src/Components/RefundManager/Elasticsearch/RefundAdminSearchIndexer.php @@ -76,8 +76,7 @@ public function fetch(array $ids): array SELECT LOWER(HEX(mollie_refund.id)) as id, type, public_description, - internal_description, - + internal_description FROM mollie_refund WHERE mollie_refund.id IN (:ids) GROUP BY mollie_refund.id