瀏覽代碼

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

}

Loading…
取消
儲存