Skip to content

Commit

Permalink
[window-reconcile.cpp] fix previous commit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed May 7, 2024
1 parent bcd706b commit 4a1abec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/gnome/window-reconcile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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); };
Expand Down

0 comments on commit 4a1abec

Please sign in to comment.