Browse Source

OrderShopRepositoryQuery : Correctif sectionMainOrderShop

packProduct
Guillaume 2 years ago
parent
commit
34b5775172
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Repository/Order/OrderShopRepositoryQuery.php

+ 2
- 2
Repository/Order/OrderShopRepositoryQuery.php View File

$this->joinMainOrderShop(); $this->joinMainOrderShop();


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


public function filterIsNullMainOrderShop(): self public function filterIsNullMainOrderShop(): self

Loading…
Cancel
Save