Browse Source

Documents : correctif DocumentStore

packProduct
Guillaume 2 years ago
parent
commit
a475e53631
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      Repository/File/DocumentStore.php

+ 3
- 1
Repository/File/DocumentStore.php View File

@@ -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);

Loading…
Cancel
Save