From f182d9f9121130b49320e82810a924b73d69a6b9 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Thu, 5 Mar 2020 19:57:22 +0800 Subject: [PATCH] Bug 797640 - The Reconciliation Window starting balance calculator needs to ignore splits after statement date --- gnucash/gnome/window-reconcile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnucash/gnome/window-reconcile.c b/gnucash/gnome/window-reconcile.c index 22e2cbb539..76a1ac0bd0 100644 --- a/gnucash/gnome/window-reconcile.c +++ b/gnucash/gnome/window-reconcile.c @@ -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); /*