mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use the last second of the statement date when determining whether
clears transaction should be checked when the reconciliation dialog is created. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16056 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5990e0be74
commit
f2feb3016e
@ -754,7 +754,7 @@ startRecnWindow(GtkWidget *parent, Account *account,
|
||||
if (result == GTK_RESPONSE_OK)
|
||||
{
|
||||
*new_ending = gnc_amount_edit_get_amount (GNC_AMOUNT_EDIT (end_value));
|
||||
*statement_date = gnc_date_edit_get_date(GNC_DATE_EDIT(date_value));
|
||||
*statement_date = gnc_date_edit_get_date_end(GNC_DATE_EDIT(date_value));
|
||||
|
||||
if (gnc_reverse_balance(account))
|
||||
*new_ending = gnc_numeric_neg (*new_ending);
|
||||
|
Loading…
Reference in New Issue
Block a user