mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Fix sorting issue
This commit is contained in:
parent
7656d632fb
commit
529ad5d0a6
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ class OrderRepository extends BaseOrderRepository implements OrderRepositoryInte
|
|||
public function createGridListQueryBuilder(): QueryBuilder
|
||||
{
|
||||
return $this->createQueryBuilder('o')
|
||||
->leftJoin('o.customer', 'customer')
|
||||
->andWhere('o.state != :state')
|
||||
->setParameter('state', OrderInterface::STATE_CART)
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue