mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798235 Reconciliation Ending Balance not recalculated the 2nd and
subsequent times Statement Date is updated. This was because at end of gnc_start_recn_date_changed(), gnc_start_recn_update_cb() was called when it should not have been. This caused the user_set_value flag to be set True (indicating statement end amount was manually entered - which it wasn't) after the date is changed. This causes the ending balance to NOT be recalculated when the end date is subsequently changed.
This commit is contained in:
parent
881d3dcd23
commit
d667cf14ad
@ -402,8 +402,6 @@ actions on this account. Please double-check this is the date you intended."));
|
||||
/* update the amount edit with the amount */
|
||||
gnc_amount_edit_set_amount (GNC_AMOUNT_EDIT (data->end_value),
|
||||
new_balance);
|
||||
|
||||
gnc_start_recn_update_cb (GTK_WIDGET(data->end_value), NULL, data);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user