From 9172d1dd235de31035e61d934959567024d865e8 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 6 Mar 2025 17:20:29 -0800 Subject: [PATCH] =?UTF-8?q?Bug=20799565=20-=20Reconcile=20date=20default?= =?UTF-8?q?=20doesn't=20update=20to=20reflect=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit previous reconciliation. A one-word path error in xaccAccountClearReconcilePostpone. --- libgnucash/engine/Account.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/engine/Account.cpp b/libgnucash/engine/Account.cpp index 8437e8f887..5de4ec04b8 100644 --- a/libgnucash/engine/Account.cpp +++ b/libgnucash/engine/Account.cpp @@ -4621,7 +4621,7 @@ xaccAccountSetReconcilePostponeBalance (Account *acc, gnc_numeric balance) void xaccAccountClearReconcilePostpone (Account *acc) { - set_kvp_gnc_numeric_path (acc, {KEY_RECONCILE_INFO, KEY_POSTPONE, "balance"}, {}); + set_kvp_gnc_numeric_path (acc, {KEY_RECONCILE_INFO, KEY_POSTPONE}, {}); } /********************************************************************\