-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Labels
Description
This issue is automatically created based on existing pull request: #3425: Fix stock qty threshold trigger
Description (*)
This change fix the priority in condition for the minQty.
Before this change, wether or not the backorder were enabled, it had the same result (basically it was if has no backorder, or has backorder).
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)
- All automated tests passed successfully (all builds are green)