Bug 798691 - Memo field not updated on CSV import using U+C

This commit is contained in:
Geert Janssens 2023-02-22 14:46:02 +01:00
parent b2703d8a02
commit 8c0032efc2

View File

@ -946,6 +946,10 @@ gnc_import_process_trans_item (Account *base_acc,
}
}
auto fs_memo = xaccSplitGetMemo (trans_info->first_split);
if (fs_memo && *fs_memo)
xaccSplitSetMemo(selected_match->split, fs_memo);
update_desc_and_notes(trans_info);
/*DEBUG("CommitEdit selected_match")*/