]> Dogcows Code - chaz/homebank/blobdiff - src/hb-account.c
Merge branch 'master' into ext-perl
[chaz/homebank] / src / hb-account.c
index a7c0051c11e474a45de0b22a3b16243f1b640edc..ee5055f954374c75a4f6ecfbd4f6e2c32b5ddc87 100644 (file)
@@ -1,5 +1,5 @@
 /*  HomeBank -- Free, easy, personal accounting for everyone.
- *  Copyright (C) 1995-2017 Maxime DOYEN
+ *  Copyright (C) 1995-2018 Maxime DOYEN
  *
  *  This file is part of HomeBank.
  *
@@ -628,7 +628,7 @@ GList *lnk_txn;
        gdouble oldamount = txn->amount;
 
                txn->amount = hb_amount_to_euro(oldamount);
-               DB( g_print("%10.6f => %10.6f, %s\n", oldamount, txn->amount, txn->wording) );
+               DB( g_print("%10.6f => %10.6f, %s\n", oldamount, txn->amount, txn->memo) );
                //todo: sync child xfer
                lnk_txn = g_list_next(lnk_txn);
        }
This page took 0.02111 seconds and 4 git commands to generate.