Explorar el Código

[Frontend] Actus : correctif

feature/export_comptable
Guillaume hace 4 años
padre
commit
3ab17741e7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      ShopBundle/Repository/NewsRepository.php

+ 2
- 0
ShopBundle/Repository/NewsRepository.php Ver fichero

@@ -24,6 +24,8 @@ class NewsRepository extends BaseRepository implements DefaultRepositoryInterfac
$result = $this->findByMerchantQuery()
->orderBy('e.date', 'DESC') ;

$result->andWhere('e.status = 1') ;

if($maxResults) {
$result->setMaxResults($maxResults) ;
}

Cargando…
Cancelar
Guardar