SVN commit 1166490 by asoliverez: Added the account and category selection pages to the wizard of other loan info. Backported to stable branch. BUG:248083 M +2 -0 keditloanwizard.cpp --- branches/kmymoney/4.5/kmymoney/wizards/newloanwizard/keditloanwizard.cpp #1166489:1166490 @@ -292,6 +292,8 @@ } else if (field("editOtherCostButton").toBool()) { m_pages.setBit(Page_AdditionalFees); + m_pages.setBit(Page_InterestCategory); + m_pages.setBit(Page_Schedule); m_pages.setBit(Page_SummaryEdit); } else if (field("editOtherInfoButton").toBool()) {