mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
3c57447636
commit
62570e6581
@ -228,6 +228,9 @@ xaccAccountInsertSplit ( Account *acc, Split *split )
|
||||
* the old and new accounts. Basically, both old and new accounts
|
||||
* 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 (acc->currency) {
|
||||
if (!(split->acc->currency)) return;
|
||||
@ -236,6 +239,7 @@ xaccAccountInsertSplit ( Account *acc, Split *split )
|
||||
if (split->acc->currency) return;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
/* mark the account as having changed, and
|
||||
* the account group as requiring a save */
|
||||
|
Loading…
Reference in New Issue
Block a user