Parcourir la source

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

master
Guillaume il y a 4 ans
Parent
révision
34eb38f009
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      ShopBundle/Repository/PointSaleRepository.php

+ 1
- 0
ShopBundle/Repository/PointSaleRepository.php Voir le fichier

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

Chargement…
Annuler
Enregistrer