Browse Source

Merge tag 'hotfix_1249' into develop

hotfix_1249
feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
c8c946f3db
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/logic/Order/Order/Repository/OrderRepository.php

+ 1
- 1
common/logic/Order/Order/Repository/OrderRepository.php View File

->filterIsPassed() ->filterIsPassed()
->filterIsValid() ->filterIsValid()
->filterIsNotIgnoreWhenInvoicing() ->filterIsNotIgnoreWhenInvoicing()
->orderByDistributionDate('ASC')
->orderByDistributionDate('DESC')
->limit(20) ->limit(20)
->find(); ->find();
} }

Loading…
Cancel
Save