Browse Source

test perf

feature/export_comptable
Fab 4 years ago
parent
commit
31c95cb626
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ShopBundle/Repository/ProductCategoryRepository.php

+ 0
- 2
ShopBundle/Repository/ProductCategoryRepository.php View File

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


Loading…
Cancel
Save