Explorar el Código

Merge branch 'develop'

master
Guillaume hace 4 años
padre
commit
acc794d653
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. +0
    -1
      ShopBundle/Repository/ReductionCatalogRepository.php
  2. +0
    -1
      ShopBundle/Twig/BridgeTwigExtension.php

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

@@ -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 fichero

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


Cargando…
Cancelar
Guardar