ocomment out some trash

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1200 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-09-20 20:53:39 +00:00
parent 3c57447636
commit 62570e6581

View File

@ -228,6 +228,9 @@ xaccAccountInsertSplit ( Account *acc, Split *split )
* the old and new accounts. Basically, both old and new accounts * the old and new accounts. Basically, both old and new accounts
* must be denominated in the same currency. * must be denominated in the same currency.
*/ */
/*
hack alert -- in fact this logic is wildly incorrect;
disable for now till we figure out what the right thing is.
if (split->acc) { if (split->acc) {
if (acc->currency) { if (acc->currency) {
if (!(split->acc->currency)) return; if (!(split->acc->currency)) return;
@ -236,6 +239,7 @@ xaccAccountInsertSplit ( Account *acc, Split *split )
if (split->acc->currency) return; if (split->acc->currency) return;
} }
} }
*/
/* mark the account as having changed, and /* mark the account as having changed, and
* the account group as requiring a save */ * the account group as requiring a save */