소스 검색

Backend : correctif newsletter

feature/export_comptable
Guillaume 4 년 전
부모
커밋
250c413886
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      ShopBundle/Repository/UserRepository.php

+ 0
- 1
ShopBundle/Repository/UserRepository.php 파일 보기

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

Loading…
취소
저장