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:
Linas Vepstas 1997-12-14 05:59:03 +00:00
parent 22a19d2f75
commit c8f49d22c7

View File

@ -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;
}