Parcourir la source

Affichage reduction catalog back

packProduct
Fabien Normand il y a 2 ans
Parent
révision
2bf076fb7c
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      Repository/Reduction/ReductionCatalogRepositoryQuery.php

+ 4
- 0
Repository/Reduction/ReductionCatalogRepositoryQuery.php Voir le fichier

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

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

}

Chargement…
Annuler
Enregistrer