https://bugs.kde.org/show_bug.cgi?id=339262

--- Comment #8 from Cristian Oneț <onet.crist...@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.
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to