mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 769686 - Notes not imported when using update and reconcile in import transactions from CSV
This commit is contained in:
parent
7321c995b4
commit
d567ee1049
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user