]> Dogcows Code - chaz/homebank/blobdiff - src/hb-account.c
Merge branch 'upstream'
[chaz/homebank] / src / hb-account.c
index fa9b751efbcbfd3dbcf9765e19120c7a523a9ca8..5917e669cfd97a8d782a7e9bb6f21351d609b68c 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.
  *
@@ -618,7 +618,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.018487 seconds and 4 git commands to generate.