Documentation Index

Fetch the complete documentation index at: https://docs.abakion.com/llms.txt

Use this file to discover all available pages before exploring further.

Update 28.0.202618.163912

Prev Next

Release Date: 05 May 2026

Summary 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 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.