Explorar el Código

OrderShopRepositoryQuery : Correctif sectionMainOrderShop

packProduct
Guillaume hace 2 años
padre
commit
34b5775172
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Repository/Order/OrderShopRepositoryQuery.php

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

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

Cargando…
Cancelar
Guardar