Summary: | QIF Import not importing Payees | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Hamdsa <hamdsa> |
Component: | importer | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/commit/a6909d07115cb293f27bd5f72860404e125193b8 | Version Fixed In: | 5.2 |
Sentry Crash Report: |
Description
Hamdsa
2021-08-29 12:27:30 UTC
Git commit a6909d07115cb293f27bd5f72860404e125193b8 by Thomas Baumgart. Committed on 30/08/2021 at 19:50. Pushed by tbaumgart into branch 'master'. Don't remove payee if still referenced The statement importer creates payees on the fly if they are not known and destroys all those after the statement processing is done that are not referenced. Since the reference check was not performed all of them were removed at the end of the import. This change forces to throw an exception when a payee is still referenced when it should be removed which will take care of keeping it after the import of the statement. M +3 -1 kmymoney/mymoney/mymoneyfile.cpp https://invent.kde.org/office/kmymoney/commit/a6909d07115cb293f27bd5f72860404e125193b8 |