mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Jean Laroches '797737_match_previously_matched_trans' into maint.
This commit is contained in:
commit
e92cd20d78
@ -627,6 +627,10 @@ static void split_find_match (GNCImportTransInfo * trans_info,
|
||||
Transaction *new_trans = gnc_import_TransInfo_get_trans (trans_info);
|
||||
Split *new_trans_fsplit = gnc_import_TransInfo_get_fsplit (trans_info);
|
||||
|
||||
// Do not consider transactions that have been previously matched.
|
||||
if (gnc_import_split_has_online_id (split))
|
||||
return;
|
||||
|
||||
/* Matching heuristics */
|
||||
|
||||
/* Amount heuristics */
|
||||
|
Loading…
Reference in New Issue
Block a user