[window-reconcile.cpp] fix previous commit comment

This commit is contained in:
Christopher Lam 2024-05-07 22:35:35 +08:00
parent bcd706bf1a
commit 4a1abec97e

View File

@ -1943,7 +1943,7 @@ recnWindowWithBalance (GtkWidget *parent, Account *account, gnc_numeric new_endi
("dialog-warning", GTK_ICON_SIZE_SMALL_TOOLBAR);
// find an already reconciled split whose statement date
// precedes *this* reconciliation statement date.
// is after *this* reconciliation statement date.
auto has_later_recn_statement_date = [statement_date](const Split *split)
{ return (xaccSplitGetReconcile (split) == YREC &&
xaccSplitGetDateReconciled (split) > statement_date); };