Release Date: 05 May 2026
Release Summary
- Fixed an issue where the SendMail flag was not reset between purchase orders in a job queue run, causing incorrect email sending behaviour for subsequent orders.
Bug Fixes
General
SendMail flag incorrectly carried over between purchase orders in job queue runs has been fixed.+
When processing multiple purchase orders via the Job Queue, the SendMail flag was not reset between iterations. This caused modifications made by event subscribers for one purchase order to persist into subsequent orders processed in the same job queue run, resulting in some orders being sent by email when they should not have been, or vice versa. The flag is now correctly reset at the start of each iteration, ensuring each purchase order is handled independently.