Bläddra i källkod

ProductFamilyRepository : status = 1

develop
Guillaume 3 år sedan
förälder
incheckning
3920aba9cb
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      ShopBundle/Repository/ProductFamilyRepository.php

+ 1
- 0
ShopBundle/Repository/ProductFamilyRepository.php Visa fil

@@ -128,6 +128,7 @@ class ProductFamilyRepository extends BaseRepository implements DefaultRepositor
$query = $this->findByMerchantQuery() ;
$query = $this->joinRelations($query) ;

$query->andWhere('e.status = 1');
$query->andWhere(':section MEMBER OF e.sections')
->setParameter('section', $section) ;
$query->leftJoin('e.productCategories', 'productCategories');

Laddar…
Avbryt
Spara