ソースを参照

Affichage reduction catalog back

packProduct
Fabien Normand 2年前
コミット
2bf076fb7c
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      Repository/Reduction/ReductionCatalogRepositoryQuery.php

+ 4
- 0
Repository/Reduction/ReductionCatalogRepositoryQuery.php ファイルの表示

@@ -158,5 +158,9 @@ class ReductionCatalogRepositoryQuery extends AbstractRepositoryQuery
->setParameter('productCategory', $productCategories);
}

public function filterIsNotLinkToProductFamily()
{
return $this->andWhere('.productFamily is null');
}

}

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