Procházet zdrojové kódy

[Frontend] Actus : correctif

feature/export_comptable
Guillaume před 4 roky
rodič
revize
3ab17741e7
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      ShopBundle/Repository/NewsRepository.php

+ 2
- 0
ShopBundle/Repository/NewsRepository.php Zobrazit soubor

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

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