Переглянути джерело

OrderShopRepositoryQuery : Correctif sectionMainOrderShop

packProduct
Guillaume 2 роки тому
джерело
коміт
34b5775172
1 змінених файлів з 2 додано та 2 видалено
  1. +2
    -2
      Repository/Order/OrderShopRepositoryQuery.php

+ 2
- 2
Repository/Order/OrderShopRepositoryQuery.php Переглянути файл

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

Завантаження…
Відмінити
Зберегти