mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798691 - Memo field not updated on CSV import using U+C
This commit is contained in:
parent
b2703d8a02
commit
8c0032efc2
@ -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")*/
|
||||
|
Loading…
Reference in New Issue
Block a user