[Kmymoney-devel] [Bug 246815] Cannot create Loan account when I lend money
Alvaro Soliverez
asoliverez at gmail.com
Fri Aug 6 11:50:48 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=246815
--- Comment #9 from Alvaro Soliverez <asoliverez gmail com> 2010-08-06 11:50:47 ---
Actually, that display on the summary page is done on purpose. It beats me why
they did it, but that's existing code.
-----------------------
if (acc.accountType() == MyMoneyAccount::AssetLoan)
m_dataList->append(QString(i18n("Type") + ": %1").arg(i18n("Loan")));
else
m_dataList->append(QString(i18n("Type") + ":
%1").arg(m_wizard->m_accountTypePage->m_typeSelection->currentText()));
-----------------------
Finish the wizard and you'll see it creates an asset loan.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list