mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798851 - Account Balance 'include subaccounts' not saved
The defaults for the account were removed by mistake in a previous commit, added them back.
This commit is contained in:
parent
cc2aa21d31
commit
0d84506a5e
@ -329,6 +329,12 @@ gnc_account_init(Account* acc)
|
||||
priv->starting_reconciled_balance = gnc_numeric_zero();
|
||||
priv->balance_dirty = FALSE;
|
||||
|
||||
priv->higher_balance_limit = gnc_numeric_create (1,0);
|
||||
priv->higher_balance_cached = false;
|
||||
priv->lower_balance_limit = gnc_numeric_create (1,0);
|
||||
priv->lower_balance_cached = false;
|
||||
priv->include_sub_account_balances = TriState::Unset;
|
||||
|
||||
priv->splits = NULL;
|
||||
priv->sort_dirty = FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user