mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[window-reconcile.cpp] fix previous commit comment
This commit is contained in:
parent
bcd706bf1a
commit
4a1abec97e
@ -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); };
|
||||
|
Loading…
Reference in New Issue
Block a user