Summary: | Illogical message when editing investment | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | allan <agander93> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
allan
2011-06-23 11:28:58 UTC
I need to look again at this. The fix works for Dividends, where no price is involved, but I think the odd currency/price wizard still shows for ReinvDiv/Buy transactions, where there is a price. Mea culpa. When I re-wrote MyMoneyStatementReader::Private::nameToId(), in order to handle categories with sub-categories, I borrowed some code from KMyMoneyApp::createAccount(), pruning it in the process. What I should not have omitted was the creation of a currencyId for the new category. SVN commit 1239913 by allananderson: BUG:276315 REVIEW:6732 When I re-wrote MyMoneyStatementReader::Private::nameToId(), in order to handle categories with sub-categories, I borrowed some code from KMyMoneyApp::createAccount(), pruning it in the process. What I should not have omitted was the creation of a currencyId for the new category. M +5 -0 mymoneystatementreader.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1239913 |