X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-account.c;fp=src%2Fhb-account.c;h=5917e669cfd97a8d782a7e9bb6f21351d609b68c;hp=fa9b751efbcbfd3dbcf9765e19120c7a523a9ca8;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=b84403141a4c3a32a594800eb3fcabdc856461f8 diff --git a/src/hb-account.c b/src/hb-account.c index fa9b751..5917e66 100644 --- a/src/hb-account.c +++ b/src/hb-account.c @@ -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); }