mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
some split notes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@333 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
22a19d2f75
commit
c8f49d22c7
@ -237,6 +237,8 @@ removeTransaction( Account *acc, int num )
|
||||
if (((Account *)trans->credit) == acc) trans->credit = NULL;
|
||||
if (((Account *)trans->debit) == acc) trans->debit = NULL;
|
||||
|
||||
/* hack alert -- we should alos remove splits from accounts */
|
||||
|
||||
return trans;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user