Bank transfer: Duplicate payments are allowed if part of the same import

This commit is contained in:
Raphael Michel
2021-01-27 10:52:20 +01:00
parent 0747f5b8b8
commit f9b834b798

View File

@@ -230,7 +230,6 @@ def _get_unknown_transactions(job: BankImportJob, data: list, event: Event = Non
trans.state = BankTransaction.STATE_UNCHECKED
trans.save()
transactions.append(trans)
known_checksums.add(trans.checksum)
return transactions