[Kmymoney-devel] [kmymoney4] [Bug 339262] Imported transactions between accounts having different currencies don't use a proper conversion rate
Cristian OneČ›
onet.cristian at gmail.com
Tue Mar 24 12:09:47 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=339262
--- Comment #8 from Cristian OneČ› <onet.cristian at gmail.com> ---
(In reply to allan from comment #7)
> I was about to add my proposed fix. So, to be able to test afterwards, I
> tested first.
>
> Using the same files, I cannot now reproduce this issue. The file I was
> intending to edit was mymoneystatementreader.cpp, and this has had no change
> since January.
>
> So, I await further developments.
Eventually if you are going to do anything please don't write this:
!splitAccount.accountType() == MyMoneyAccount::Stock
use this instead:
splitAccount.accountType() != MyMoneyAccount::Stock
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list