ソースを参照

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

読み込み中…
キャンセル
保存