Sfoglia il codice sorgente

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

master
Guillaume 4 anni fa
parent
commit
34eb38f009
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      ShopBundle/Repository/PointSaleRepository.php

+ 1
- 0
ShopBundle/Repository/PointSaleRepository.php Vedi File

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

Loading…
Annulla
Salva