Sfoglia il codice sorgente

Affichage reduction catalog back

packProduct
Fabien Normand 2 anni fa
parent
commit
2bf076fb7c
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      Repository/Reduction/ReductionCatalogRepositoryQuery.php

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

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

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

}

Loading…
Annulla
Salva