mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798869 - Transaction Import MAP
Reverted and reapplied commit b86eb96476
in order to reference the proper bug report related to the fix.
This commit is contained in:
parent
a7f02401e9
commit
49e34b5e03
@ -301,7 +301,11 @@ gnc_import_TransInfo_set_last_split_info (GNCImportTransInfo *info,
|
|||||||
info->lsplit_amount = lsplit->amount;
|
info->lsplit_amount = lsplit->amount;
|
||||||
info->lsplit_amount_selected_manually = true;
|
info->lsplit_amount_selected_manually = true;
|
||||||
}
|
}
|
||||||
info->dest_acc = lsplit->account;
|
/* Bayesian matching may have already set a candidate destination
|
||||||
|
* account. However if the csv data also provides one, the one from the
|
||||||
|
* csv data is preferred. */
|
||||||
|
if (lsplit->account)
|
||||||
|
info->dest_acc = lsplit->account;
|
||||||
info->lsplit_rec_state = lsplit->rec_state;
|
info->lsplit_rec_state = lsplit->rec_state;
|
||||||
info->lsplit_rec_date = lsplit->rec_date;
|
info->lsplit_rec_date = lsplit->rec_date;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user