Sfoglia il codice sorgente

Correftif bug

reduction
Fab 4 anni fa
parent
commit
9ae4fb7877
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. +1
    -3
      ShopBundle/Repository/ProductCategoryRepository.php

+ 1
- 3
ShopBundle/Repository/ProductCategoryRepository.php Vedi File

@@ -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();


Loading…
Annulla
Salva