Summary: | The loan wizard loses the currency of the loan if a new payee is created for the loan | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Cristian Oneț <onet.cristian> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/22bb28ada10f5844084a2c6ee1c864262d2fa62a | Version Fixed In: | 4.7.2 |
Sentry Crash Report: |
Description
Cristian Oneț
2015-03-29 17:59:39 UTC
Git commit aa330f9412c90f5161ff5b91f330cbc031a3f8c8 by Cristian Oneț. Committed on 29/03/2015 at 18:20. Pushed by conet into branch 'master'. Fix the loan wizard losing the currency of the loan. If a loan is created in a different currency than the base currency and a new payee is created for the loan then the currency of the loan ends up being the base currency instead of the originally selected currency. This bug was caused by some code which didn't made any sense (set an invalid selection in the currency combo upon file change) so I just removed it to fix the problem. M +0 -6 kmymoney/wizards/newaccountwizard/knewaccountwizard.cpp M +0 -1 kmymoney/wizards/newaccountwizard/knewaccountwizard_p.h http://commits.kde.org/kmymoney/aa330f9412c90f5161ff5b91f330cbc031a3f8c8 Git commit 22bb28ada10f5844084a2c6ee1c864262d2fa62a by Cristian Oneț. Committed on 29/03/2015 at 18:20. Pushed by conet into branch '4.7'. Fix the loan wizard losing the currency of the loan. If a loan is created in a different currency than the base currency and a new payee is created for the loan then the currency of the loan ends up being the base currency instead of the originally selected currency. This bug was caused by some code which didn't made any sense (set an invalid selection in the currency combo upon file change) so I just removed it to fix the problem. (cherry picked from commit aa330f9412c90f5161ff5b91f330cbc031a3f8c8) M +0 -6 kmymoney/wizards/newaccountwizard/knewaccountwizard.cpp M +0 -1 kmymoney/wizards/newaccountwizard/knewaccountwizard_p.h http://commits.kde.org/kmymoney/22bb28ada10f5844084a2c6ee1c864262d2fa62a |