Ver código fonte

[Frontend] Actus : correctif

feature/export_comptable
Guillaume 4 anos atrás
pai
commit
3ab17741e7
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      ShopBundle/Repository/NewsRepository.php

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

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

Carregando…
Cancelar
Salvar