Pārlūkot izejas kodu

Merge branch 'develop'

master
Guillaume pirms 4 gadiem
vecāks
revīzija
acc794d653
2 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. +0
    -1
      ShopBundle/Repository/ReductionCatalogRepository.php
  2. +0
    -1
      ShopBundle/Twig/BridgeTwigExtension.php

+ 0
- 1
ShopBundle/Repository/ReductionCatalogRepository.php Parādīt failu

@@ -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 Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt