Bläddra i källkod

[Frontend] Point de retrait : correctif repo (status)

master
Guillaume 4 år sedan
förälder
incheckning
34eb38f009
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      ShopBundle/Repository/PointSaleRepository.php

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

@@ -24,6 +24,7 @@ class PointSaleRepository extends BaseRepository implements DefaultRepositoryInt
return $this->createQueryBuilder('e')
->where(':currentMerchant MEMBER OF e.merchants')
->andWhere('e.isPublic = 1')
->andWhere('e.status > 0')
->setParameter('currentMerchant', $this->merchantUtils->getMerchantCurrent())
->getQuery()
->getResult() ;

Laddar…
Avbryt
Spara