Summary: | CSV Export of Investment Accounts does not issue transactions on non-English kmymoney installations | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | exporter | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.7.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/kmymoney/f84f2b4b78591b554887c86a76a815c1eef45a5e | Version Fixed In: | 4.8.3, 5.0.2 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 395025 | ||
Attachments: | kmymoney test file |
Description
Ralf Habacker
2018-06-05 06:59:07 UTC
This bug prevents the fixes from bug 395025 from being tested Git commit 97d1683c0329326a82bbf1e445cab37f9f4474ee by Ralf Habacker. Committed on 05/06/2018 at 07:13. Pushed by habacker into branch '4.8'. Fix 'CSV Export of Investment Accounts does not issue transactions on non-English kmymoney installations' The former account type check used the translated account type, which works only on english translated kmymoney instances. FIXED-IN:4.8.3 M +1 -1 kmymoney/plugins/csvexport/csvwriter.cpp https://commits.kde.org/kmymoney/97d1683c0329326a82bbf1e445cab37f9f4474ee Git commit f84f2b4b78591b554887c86a76a815c1eef45a5e by Thomas Baumgart. Committed on 05/06/2018 at 07:41. Pushed by tbaumgart into branch 'master'. Fix CSV Export of Investment Accounts The CSV-Export does not issue transactions in non-English installations. Fixed by using the accountType() member instead of a possibly translated string. cherry-picked from 97d1683c0329326a82bbf1e445cab37f9f4474ee and adjusted to master M +1 -1 kmymoney/plugins/csv/export/csvwriter.cpp https://commits.kde.org/kmymoney/f84f2b4b78591b554887c86a76a815c1eef45a5e |