Ver código fonte

Merge branch 'develop'

master
Guillaume 2 anos atrás
pai
commit
c0249c5ee6
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      Repository/Order/OrderShopRepositoryQuery.php

+ 2
- 2
Repository/Order/OrderShopRepositoryQuery.php Ver arquivo

@@ -282,8 +282,8 @@ class OrderShopRepositoryQuery extends AbstractRepositoryQuery
$this->joinMainOrderShop();

return $this
->andWhere('mainOrderShop.section = :section')
->setParameter('section', $section);
->andWhere('mainOrderShop.section = :sectionMainOrderShop')
->setParameter('sectionMainOrderShop', $section);
}

public function filterIsNullMainOrderShop(): self

Carregando…
Cancelar
Salvar