Bug 769686 - Notes not imported when using update and reconcile in import transactions from CSV

This commit is contained in:
Geert Janssens 2018-04-14 11:48:11 +02:00
parent 7321c995b4
commit d567ee1049

View File

@ -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);