Bläddra i källkod

[Frontend] Actus : correctif

feature/export_comptable
Guillaume 4 år sedan
förälder
incheckning
3ab17741e7
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      ShopBundle/Repository/NewsRepository.php

+ 2
- 0
ShopBundle/Repository/NewsRepository.php Visa fil

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

Laddar…
Avbryt
Spara