[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_3-13-gd4dc2d7

Pierre Biava nobody at users.sourceforge.net
Sat Aug 27 08:42:30 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  d4dc2d785dc443d8386bff7b506e6bb7ca47ac9f (commit)
      from  1b17fad431713a61a4f56b75a34632d8321edbb9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d4dc2d785dc443d8386bff7b506e6bb7ca47ac9f
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Aug 27 08:41:27 2011 +0200

    adds the calculation of the balance depending on the value date or the date operations

-----------------------------------------------------------------------

Changes:
diff --git a/src/bet_tab.c b/src/bet_tab.c
index f3c3c64..3ec243f 100644
--- a/src/bet_tab.c
+++ b/src/bet_tab.c
@@ -993,7 +993,7 @@ void bet_array_refresh_transactions_data ( GtkTreeModel *tab_model,
         if ( account_number != selected_account )
             continue;
 
-        date = gsb_data_transaction_get_date ( transaction_number );
+        date = gsb_data_transaction_get_value_date_or_date ( transaction_number );
 
         /* ignore transaction which are after date_max */
         if ( g_date_compare (date, date_max ) > 0 )


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list