Procházet zdrojové kódy

Correftif bug

reduction
Fab před 4 roky
rodič
revize
9ae4fb7877
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. +1
    -3
      ShopBundle/Repository/ProductCategoryRepository.php

+ 1
- 3
ShopBundle/Repository/ProductCategoryRepository.php Zobrazit soubor

@@ -34,9 +34,7 @@ class ProductCategoryRepository extends BaseRepository implements DefaultReposit
->andWhere('e.parent is NULL')

->andWhere('e.status = 1')
->orderBy('e.position', 'ASC')
->getQuery()
->getResult();
->orderBy('e.position', 'ASC');

return $query->getQuery()->getResult();


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