mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add a new event for when a split associated with account is changed.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13779 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -220,7 +220,7 @@ void gen_event_trans (Transaction *trans)
|
||||
if (account)
|
||||
{
|
||||
xaccGroupMarkNotSaved (account->parent);
|
||||
qof_event_gen (&account->inst.entity, QOF_EVENT_MODIFY, NULL);
|
||||
qof_event_gen (&account->inst.entity, GNC_EVENT_ITEM_CHANGED, s);
|
||||
}
|
||||
if (lot)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user