https://bugs.kde.org/show_bug.cgi?id=362139
--- Comment #7 from allan <agande...@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.