https://bugs.kde.org/show_bug.cgi?id=404753
--- Comment #1 from Thomas Baumgart <tbaumg...@kde.org> --- I try to shed some light on this behavior and maybe explain it. First of all: there is no cache. This is why you don't see any changes when restarting the application. I expect the following happens (but have not checked in code yet): When editing a single transaction the memo of both splits gets updated. It could well be that this is not the case when editing multiple transactions at once. Example: if you have a transaction in account A1 which is categorized against C1 then both splits have a memo entry. When you look into the ledger, the memo is extracted from the A1 split. Depending on the report, the one stored with the C1 split can be used. So in case the memo of the C1 split is not updated during multi-transaction-edit then this would explain what you see. -- You are receiving this mail because: You are the assignee for the bug.