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:
David Hampton 2007-05-06 04:35:53 +00:00
parent 5990e0be74
commit f2feb3016e

View File

@ -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);