Ver código fonte

Correctif

feature/export_comptable
Fab 4 anos atrás
pai
commit
3bc52b1dd0
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      ShopBundle/Repository/ReductionCatalogRepository.php

+ 0
- 1
ShopBundle/Repository/ReductionCatalogRepository.php Ver arquivo

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

Carregando…
Cancelar
Salvar