Ver código fonte

Merge branch 'develop'

master
Guillaume 4 anos atrás
pai
commit
acc794d653
2 arquivos alterados com 0 adições e 2 exclusões
  1. +0
    -1
      ShopBundle/Repository/ReductionCatalogRepository.php
  2. +0
    -1
      ShopBundle/Twig/BridgeTwigExtension.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');

+ 0
- 1
ShopBundle/Twig/BridgeTwigExtension.php Ver arquivo

@@ -31,7 +31,6 @@ class BridgeTwigExtension extends AbstractExtension
new TwigFunction('getUnitsList', [$this, 'getUnitsList']),
new TwigFunction('getTaxRatesList', [$this, 'getTaxRatesList']),
new TwigFunction('getElementByDevAlias', [$this, 'getElementByDevAlias']),
new TwigFunction('get_form_newsletter', [$this, 'getFormNewsletter']),
);
}


Carregando…
Cancelar
Salvar