*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2292 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-05-10 10:41:53 +00:00
parent 9d093e503a
commit d21a781482

View File

@@ -286,11 +286,13 @@ xaccAccountInsertSplit ( Account *acc, Split *split )
* be acceptable. This means either the currency or the security
* of the new account must be 'in common' with the currencies used
* in the transaction. */
#if 0
if (xaccTransCountSplits(split->parent) > 1) {
if (!xaccTransIsCommonCurrency(split->parent, acc->currency) &&
!xaccTransIsCommonCurrency(split->parent, acc->security))
return;
}
#endif
CHECK (acc);