Procházet zdrojové kódy

Documents : correctif DocumentStore

packProduct
Guillaume před 2 roky
rodič
revize
a475e53631
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +3
    -1
      Repository/File/DocumentStore.php

+ 3
- 1
Repository/File/DocumentStore.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit