[kmymoney4] [Bug 362139] CSV Importer asks the same question twice during profile deletion
allan via KDE Bugzilla
bugzilla_noreply at kde.org
Sun May 15 21:14:08 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=362139
--- Comment #7 from allan <agander93 at gmail.com> ---
Today, and the first for a while, I updated from HEAD and to ensure all was OK,
I did a CSV import of an investment file, which contained two similar entries.
They were both CashDividends, with the main difference being that one had an
identical but negative amount. On import, the negative sign had been dropped.
I think I've traced it, possibly, to the recent fee patch.
In investprocessing.cpp(), at circa line 1723 -
tr.m_amount = tr.m_amount.abs() - m_trInvestData.fee.abs();
appears to drop the sign.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list