Skip to content

Commit

Permalink
Bug 769686 - Notes not imported when using update and reconcile in im…
Browse files Browse the repository at this point in the history
…port transactions from CSV
  • Loading branch information
gjanssens committed Apr 14, 2018
1 parent 7321c99 commit d567ee1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gnucash/import-export/import-backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,10 @@ gnc_import_process_trans_item (GncImportMatchMap *matchmap,
xaccTransGetDescription(
gnc_import_TransInfo_get_trans(trans_info)));

xaccTransSetNotes(selected_match->trans,
xaccTransGetNotes(
gnc_import_TransInfo_get_trans(trans_info)));

if (xaccSplitGetReconcile(selected_match->split) == NREC)
{
xaccSplitSetReconcile(selected_match->split, CREC);
Expand Down

0 comments on commit d567ee1

Please sign in to comment.