[grisbi-cvs] grisbi/src gsb_data_transaction.c,1.64,1.65
Mickaƫl Remars
mykeul at users.sourceforge.net
Thu Jun 11 23:13:33 CEST 2009
- Previous message: [grisbi-cvs] grisbi/src fenetre_principale.c, 1.116, 1.117 fenetre_principale.h, 1.26, 1.27 gsb_scheduler_list.c, 1.68, 1.69 metatree.c, 1.137, 1.138 navigation.c, 1.124, 1.125
- Next message: [grisbi-cvs] grisbi/src categories_onglet.c, 1.193, 1.194 gsb_data_bank.c, 1.13, 1.14 gsb_data_category.c, 1.68, 1.69 gsb_data_category.h, 1.22, 1.23 gsb_data_report.c, 1.32, 1.33 gsb_data_report_text_comparison.c, 1.16, 1.17 gsb_data_scheduled.c, 1.29, 1.30 gsb_file_load.c, 1.180, 1.181 gsb_file_others.c, 1.25, 1.26 gsb_transactions_list.c, 1.168, 1.169 metatree.c, 1.138, 1.139
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26587
Modified Files:
gsb_data_transaction.c
Log Message:
Fix: balances were not updated when moving a transaction from one account to another one.
Index: gsb_data_transaction.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_data_transaction.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- gsb_data_transaction.c 10 Jun 2009 20:14:55 -0000 1.64
+++ gsb_data_transaction.c 11 Jun 2009 21:13:31 -0000 1.65
@@ -462,7 +462,9 @@
if ( !transaction )
return FALSE;
+ gsb_data_account_set_balances_are_dirty ( transaction -> account_number );
transaction -> account_number = no_account;
+ gsb_data_account_set_balances_are_dirty ( no_account );
/* if the transaction is a split, change all the children */
if (transaction -> split_of_transaction)
- Previous message: [grisbi-cvs] grisbi/src fenetre_principale.c, 1.116, 1.117 fenetre_principale.h, 1.26, 1.27 gsb_scheduler_list.c, 1.68, 1.69 metatree.c, 1.137, 1.138 navigation.c, 1.124, 1.125
- Next message: [grisbi-cvs] grisbi/src categories_onglet.c, 1.193, 1.194 gsb_data_bank.c, 1.13, 1.14 gsb_data_category.c, 1.68, 1.69 gsb_data_category.h, 1.22, 1.23 gsb_data_report.c, 1.32, 1.33 gsb_data_report_text_comparison.c, 1.16, 1.17 gsb_data_scheduled.c, 1.29, 1.30 gsb_file_load.c, 1.180, 1.181 gsb_file_others.c, 1.25, 1.26 gsb_transactions_list.c, 1.168, 1.169 metatree.c, 1.138, 1.139
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list