Переглянути джерело

[Frontend] Actus : correctif

feature/export_comptable
Guillaume 4 роки тому
джерело
коміт
3ab17741e7
1 змінених файлів з 2 додано та 0 видалено
  1. +2
    -0
      ShopBundle/Repository/NewsRepository.php

+ 2
- 0
ShopBundle/Repository/NewsRepository.php Переглянути файл

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

Завантаження…
Відмінити
Зберегти