Release 26.5.22 on 08.07.2026
· One min read
This release opens up the assembly of the invoice and credit memo notes for extensions: a new event is raised after mseDoc2SITE has collected the notes, and it is now raised for every document.
Enhancements
- New integration events
OnAfterGetInvoiceNotesSITEandOnAfterGetCrMemoNotesSITEare raised after mseDoc2SITE has assembled the document notes from the leading comment lines. They pass the document header, the line set and the collected note text, so an extension can adjust or replace the note without replacing the whole mseDoc2SITE subscriber - Both events are raised for every document, including one whose first line is already an item line. The collection routine used to return early when there were no leading comment lines to gather — the common case — so anything following the collection loop was skipped for exactly those documents (SR-1011)