Переглянути джерело

Affichage reduction catalog back

packProduct
Fabien Normand 2 роки тому
джерело
коміт
2bf076fb7c
1 змінених файлів з 4 додано та 0 видалено
  1. +4
    -0
      Repository/Reduction/ReductionCatalogRepositoryQuery.php

+ 4
- 0
Repository/Reduction/ReductionCatalogRepositoryQuery.php Переглянути файл

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

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

}

Завантаження…
Відмінити
Зберегти