浏览代码

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');
}

}

正在加载...
取消
保存