magento2
magento2 copied to clipboard
Fix issue with incorrect data on the dashboard
Description (*)
This PR fixes the issue caused by https://github.com/magento/magento2/commit/dd769504d2a56e510b1632e8f1a5f42c9571af52 More details at https://github.com/magento/magento2/issues/39137
Fixed Issues
- Fixes https://github.com/magento/magento2/issues/39137
Manual testing scenarios (*)
- Go to frontend.
- Place 2 orders.
- Change the creation date of the first order: -20h (in
sales_order
table) - Go to Magento 2 Dashboard
Contribution checklist (*)
- [ ] Pull request has a meaningful description of its purpose
- [ ] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/integration tests (if applicable)
- [ ] README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- [ ] All automated tests passed successfully (all builds are green)