Sfoglia il codice sorgente

Merge branch 'develop'

master
Guillaume 4 anni fa
parent
commit
acc794d653
2 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -1
      ShopBundle/Repository/ReductionCatalogRepository.php
  2. +0
    -1
      ShopBundle/Twig/BridgeTwigExtension.php

+ 0
- 1
ShopBundle/Repository/ReductionCatalogRepository.php Vedi 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');

+ 0
- 1
ShopBundle/Twig/BridgeTwigExtension.php Vedi File

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


Loading…
Annulla
Salva