Browse Source

Correctif

feature/export_comptable
Fab 4 years ago
parent
commit
3bc52b1dd0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ShopBundle/Repository/ReductionCatalogRepository.php

+ 0
- 1
ShopBundle/Repository/ReductionCatalogRepository.php View File

@@ -45,7 +45,6 @@ class ReductionCatalogRepository extends BaseRepository implements DefaultReposi

public function getReductionCatalogByProductFamilyConditions($productFamilyIds, $user)
{
dump($user);

$query = $this->findByMerchantQuery();
$query->andWhere('e.status = 1');

Loading…
Cancel
Save