https://bugs.kde.org/show_bug.cgi?id=499459
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Version Fixed In| |5.2 Latest Commit| |https://invent.kde.org/offi | |ce/kmymoney/-/commit/377761 | |7dc12af296b0ac0b9515efc4a01 | |1934de1 --- Comment #1 from Thomas Baumgart <t...@net-bembel.de> --- Git commit 3777617dc12af296b0ac0b9515efc4a011934de1 by Thomas Baumgart. Committed on 05/02/2025 at 13:40. Pushed by tbaumgart into branch 'master'. Differentiate between edit and enter scheduled transaction When the due date of a scheduled transaction falls on a banking holiday, the due date in the schedule view is probably adjusted to the next or previous processing day based on the selected option of the schedule. When the schedule is about to be entered the option is ignored and the original next due date is used to. The user would have to change the date manually. This change uses the adjusted date when the transaction editor is used during entry of the scheduled transaction to solve the problem. FIXED-IN: 5.2 M +1 -1 kmymoney/views/keditscheduledlg.cpp M +2 -2 kmymoney/views/kenterscheduledlg.cpp M +6 -2 kmymoney/views/newtransactioneditor.cpp M +6 -1 kmymoney/views/newtransactioneditor.h https://invent.kde.org/office/kmymoney/-/commit/3777617dc12af296b0ac0b9515efc4a011934de1 -- You are receiving this mail because: You are the assignee for the bug.