r16056 - gnucash/trunk/src/gnome - Use the last second of the statement date when determining whether

David Hampton hampton at cvs.gnucash.org
Sun May 6 00:35:53 EDT 2007


Author: hampton
Date: 2007-05-06 00:35:53 -0400 (Sun, 06 May 2007)
New Revision: 16056
Trac: http://svn.gnucash.org/trac/changeset/16056

Modified:
   gnucash/trunk/src/gnome/window-reconcile.c
Log:
Use the last second of the statement date when determining whether
clears transaction should be checked when the reconciliation dialog is
created.


Modified: gnucash/trunk/src/gnome/window-reconcile.c
===================================================================
--- gnucash/trunk/src/gnome/window-reconcile.c	2007-05-06 00:27:43 UTC (rev 16055)
+++ gnucash/trunk/src/gnome/window-reconcile.c	2007-05-06 04:35:53 UTC (rev 16056)
@@ -754,7 +754,7 @@
   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);



More information about the gnucash-changes mailing list