Files
gnucash/libgnucash/engine/mocks
John Ralls 8a7c539258 Bug 798748 - Transaction Notes field's value does not appear in...
reverse transaction.

The proximate cause was that xaccTransBeginEdit put the KVP cache
variable of the new transaction in a state that prevented the value
from being copied. More generally the KVP cache variables didn't
handle any invalidating events.

With the change to GValue usage in qof_instance_get_kvp it's now
a simple memory dereference with no copying except for POD types
so caching is no longer useful. This commit removes caching from
Transaction, eliminating the notes problem.
2023-02-27 14:54:46 -08:00
..
2022-11-24 23:20:07 +01:00
2020-06-15 22:57:13 +02:00
2020-09-22 22:52:37 +02:00
2020-09-23 19:59:40 +02:00