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



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


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

Loading…
Cancel
Save