gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sat Sep 21 12:58:19 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/e4d2443c (commit)
via https://github.com/Gnucash/gnucash/commit/35cd0373 (commit)
via https://github.com/Gnucash/gnucash/commit/521b9747 (commit)
via https://github.com/Gnucash/gnucash/commit/69dac5c1 (commit)
from https://github.com/Gnucash/gnucash/commit/60e7497e (commit)
commit e4d2443cf46cf282bffc4242a641435c5dad5ae4
Merge: 60e7497e66 35cd037326
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Sep 21 09:57:49 2024 -0700
Merge Bob Fewell's 'cutpaste' into stable.
commit 35cd037326946742ba985b4fbbd2b6078a4b85ea
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Sep 21 15:33:56 2024 +0100
Bug 798568 - Transaction Copy/Paste problem
When transactions are copied and pasted to the blank transaction on a
register in basic view the wrong split values are displayed. This is
due to the blank split being used for the wrong side of the transaction.
To fix this, record the copied anchor split index and use that to
reference the blank split when the transaction is pasted.
commit 521b9747e0c528b0d661b65c6e444266e26edd1f
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Sep 21 13:09:40 2024 +0100
Move copied_class and copied_leader_guid
Move static copied_class and static copied_leader_guid to be part of
the copied_item structure. This makes it more evident that calling
clear_copied_item needs to be called before copied_item is used.
commit 69dac5c1a74ce838125181ccbac7b6e61c2898ba
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sun Sep 15 10:43:43 2024 +0100
Bug 799391 - Transaction Cut/Paste doesn't move the transaction to the target account
Move the clearing of the 'copied_item' to before the setting of the
'copied_leader_guid'. This change is required due to a recent change to
include resetting 'copied_leader_guid' in the 'clear_copied_item'
function.
Summary of changes:
gnucash/register/ledger-core/split-register.c | 38 ++++++++++++++++-----------
1 file changed, 23 insertions(+), 15 deletions(-)
More information about the gnucash-patches
mailing list