mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
*** 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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user