Explorar el Código

test perf

feature/export_comptable
Fab hace 4 años
padre
commit
31c95cb626
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      ShopBundle/Repository/ProductCategoryRepository.php

+ 0
- 2
ShopBundle/Repository/ProductCategoryRepository.php Ver fichero

@@ -42,8 +42,6 @@ class ProductCategoryRepository extends BaseRepository implements DefaultReposit

if ($withOffline) $query->andWhere('e.status >= 0');
else $query->andWhere('e.status = 1');
$query->leftJoin('e.productFamilies','productFamilies') ;

$query->orderBy('e.position', 'ASC');


Cargando…
Cancelar
Guardar