Skip to content

Commit 33349cd

Browse files
authored
Bug 799590 - Pressing enter after changing date on initial reconcile information window does not change ending balance.
If the date has changed, call the date changed callback.
1 parent 5bedd7f commit 33349cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gnucash/gnome/window-reconcile.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,9 @@ startRecnWindow(GtkWidget *parent, Account *account,
819819

820820
while (gtk_dialog_run (GTK_DIALOG(dialog)) == GTK_RESPONSE_OK)
821821
{
822+
if (gnc_date_edit_get_date_end(GNC_DATE_EDIT(date_value)) != *statement_date)
823+
recn_date_changed_cb(date_value, &data);
824+
822825
/* If response is OK but end_value not valid, try again */
823826
if (gnc_amount_edit_evaluate (GNC_AMOUNT_EDIT(end_value), NULL))
824827
{

0 commit comments

Comments
 (0)