https://bugs.kde.org/show_bug.cgi?id=498033
--- Comment #13 from Ralf Habacker <ralf.habac...@freenet.de> --- The second problem is that in InvestTransactionEditor::saveTransaction() the price is explicitly set to a value != 0.0. after if (!d->stockSplit.shares().isZero()) { The third problem is in QueryTable::constructTransactionTable(), where in this case the qS[ctPrice] map key is not set, which means that the actual price used is not displayed hiding issue one and two. ... if ((m_config.includes(splitAcc) && use_transfers && !(splitAcc.isInvest() && include_me)) || splits.count() == 1) { // otherwise stock split is displayed twice in report if (! splitAcc.isIncomeExpense()) { -- You are receiving this mail because: You are the assignee for the bug.