Explorar el Código

Backend : correctif newsletter

feature/export_comptable
Guillaume hace 4 años
padre
commit
250c413886
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      ShopBundle/Repository/UserRepository.php

+ 0
- 1
ShopBundle/Repository/UserRepository.php Ver fichero

@@ -32,7 +32,6 @@ class UserRepository extends BaseRepository implements DefaultRepositoryInterfac
return $this->createQueryBuilder('e')
->where(':newsletter MEMBER OF e.newsletters')
->setParameter('newsletter', $newsletter->getId())
->andWhere('e.enabled = 1')
->innerJoin('e.userMerchants', 'um')
->andWhere('um.merchant = :merchant AND um.active = 1')
->setParameter('merchant', $newsletter->getMerchant())

Cargando…
Cancelar
Guardar