Skip to content

Commit

Permalink
Merge Jean Laroches '797737_match_previously_matched_trans' into maint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed May 9, 2020
2 parents f7a8516 + a143d59 commit e92cd20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gnucash/import-export/import-backend.c
Expand Up @@ -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 */
Expand Down

0 comments on commit e92cd20

Please sign in to comment.