@@ -158,5 +158,9 @@ class ReductionCatalogRepositoryQuery extends AbstractRepositoryQuery | |||
->setParameter('productCategory', $productCategories); | |||
} | |||
public function filterIsNotLinkToProductFamily() | |||
{ | |||
return $this->andWhere('.productFamily is null'); | |||
} | |||
} |