Explorar el Código

Affichage reduction catalog back

packProduct
Fabien Normand hace 2 años
padre
commit
2bf076fb7c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      Repository/Reduction/ReductionCatalogRepositoryQuery.php

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

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

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

}

Cargando…
Cancelar
Guardar