Browse Source

Affichage reduction catalog back

packProduct
Fabien Normand 2 years ago
parent
commit
2bf076fb7c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Repository/Reduction/ReductionCatalogRepositoryQuery.php

+ 4
- 0
Repository/Reduction/ReductionCatalogRepositoryQuery.php View File

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

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

}

Loading…
Cancel
Save