Explorar el Código

Documents : correctif DocumentStore

packProduct
Guillaume hace 2 años
padre
commit
a475e53631
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      Repository/File/DocumentStore.php

+ 3
- 1
Repository/File/DocumentStore.php Ver fichero

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

Cargando…
Cancelar
Guardar