mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 684670 - Interest amount calculation is wrong in Sqllite3 format
Yet another corner where forgetting to run a edit-commit cycle when changing state breaks database save. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23164 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
568cfd730e
commit
c7f6d0e6e0
@ -1016,7 +1016,10 @@ gnc_sx_set_instance_count(SchedXaction *sx, gint instance_num)
|
||||
g_return_if_fail(sx);
|
||||
if (sx->instance_num == instance_num)
|
||||
return;
|
||||
gnc_sx_begin_edit(sx);
|
||||
sx->instance_num = instance_num;
|
||||
qof_instance_set_dirty(&sx->inst);
|
||||
gnc_sx_commit_edit(sx);
|
||||
}
|
||||
|
||||
GList *
|
||||
|
Loading…
Reference in New Issue
Block a user