Преглед изворни кода

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

Loading…
Откажи
Сачувај