Browse Source

Affichage reduction catalog back

packProduct
Fabien Normand 2 years ago
parent
commit
2bf076fb7c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Repository/Reduction/ReductionCatalogRepositoryQuery.php

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

->setParameter('productCategory', $productCategories); ->setParameter('productCategory', $productCategories);
} }


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


} }

Loading…
Cancel
Save