[kmymoney] [Bug 402195] CSV importer: Opposite signs option not read from banking profile
Mark
bugzilla_noreply at kde.org
Sun Dec 16 14:50:54 GMT 2018
https://bugs.kde.org/show_bug.cgi?id=402195
--- Comment #1 from Mark <mark at azu.ca> ---
Bug traced to BankingProfile::readSettings() in
kmymoney/plugins/csv/import/core/csvimportercore.cpp :
- m_oppositeSigns =
profilesGroup.readEntry(CSVImporterCore::m_miscSettingsConfName.value(ConfOppositeSigns),
0);
+ m_oppositeSigns =
profilesGroup.readEntry(CSVImporterCore::m_miscSettingsConfName.value(ConfOppositeSigns),
false);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list