Procházet zdrojové kódy

Affichage reduction catalog back

packProduct
Fabien Normand před 2 roky
rodič
revize
2bf076fb7c
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      Repository/Reduction/ReductionCatalogRepositoryQuery.php

+ 4
- 0
Repository/Reduction/ReductionCatalogRepositoryQuery.php Zobrazit soubor

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

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

}

Načítá se…
Zrušit
Uložit