Ver código fonte

Affichage reduction catalog back

packProduct
Fabien Normand 2 anos atrás
pai
commit
2bf076fb7c
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      Repository/Reduction/ReductionCatalogRepositoryQuery.php

+ 4
- 0
Repository/Reduction/ReductionCatalogRepositoryQuery.php Ver arquivo

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

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

}

Carregando…
Cancelar
Salvar