mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 797640 - The Reconciliation Window starting balance calculator needs to ignore splits after statement date
This commit is contained in:
@@ -281,7 +281,8 @@ recnRecalculateBalance (RecnWindow *recnData)
|
||||
|
||||
/* update the starting balance */
|
||||
include_children = xaccAccountGetReconcileChildrenStatus(account);
|
||||
starting = gnc_ui_account_get_reconciled_balance(account, include_children);
|
||||
starting = gnc_ui_account_get_reconciled_balance_as_of_date
|
||||
(account, recnData->statement_date, include_children);
|
||||
print_info = gnc_account_print_info (account, TRUE);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user