Переглянути джерело

Documents : correctif DocumentStore

packProduct
Guillaume 2 роки тому
джерело
коміт
a475e53631
1 змінених файлів з 3 додано та 1 видалено
  1. +3
    -1
      Repository/File/DocumentStore.php

+ 3
- 1
Repository/File/DocumentStore.php Переглянути файл

@@ -49,7 +49,9 @@ class DocumentStore extends AbstractStore

$query
->filterByReference($reference)
->orderBy('createdAt', 'ASC');
->orderBy('createdAt', 'ASC')
->innerJoin('.orderShops', 'orderShops')
;

if(!is_null($type)) {
$query->filterByType($type);

Завантаження…
Відмінити
Зберегти