Bläddra i källkod

Affichage reduction catalog back

packProduct
Fabien Normand 2 år sedan
förälder
incheckning
2bf076fb7c
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. +4
    -0
      Repository/Reduction/ReductionCatalogRepositoryQuery.php

+ 4
- 0
Repository/Reduction/ReductionCatalogRepositoryQuery.php Visa fil

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

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

}

Laddar…
Avbryt
Spara