Bläddra i källkod

OrderShopRepositoryQuery : Correctif sectionMainOrderShop

packProduct
Guillaume 2 år sedan
förälder
incheckning
34b5775172
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      Repository/Order/OrderShopRepositoryQuery.php

+ 2
- 2
Repository/Order/OrderShopRepositoryQuery.php Visa fil

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

Laddar…
Avbryt
Spara