From c6de8acfd02b24dead5a1ff815c3f167a578a48b Mon Sep 17 00:00:00 2001 From: allenforsythe Date: Fri, 16 May 2003 10:01:09 +0000 Subject: Fixed edit transfer and edit account/view account bugs --- (limited to 'noncore/apps/qashmoney/transactiondisplay.cpp') diff --git a/noncore/apps/qashmoney/transactiondisplay.cpp b/noncore/apps/qashmoney/transactiondisplay.cpp index 6e5c4f6..14f5641 100755 --- a/noncore/apps/qashmoney/transactiondisplay.cpp +++ b/noncore/apps/qashmoney/transactiondisplay.cpp @@ -261,7 +261,7 @@ void TransactionDisplay::editTransfer () account->updateAccountBalance ( fromaccount ); if ( account->getParentAccountID ( fromaccount ) != -1 ) - account->changeParentAccountBalance ( fromaccount ); + account->changeParentAccountBalance ( account->getParentAccountID ( fromaccount ) ); updateAndDisplay ( toaccount ); } -- cgit v0.9.0.2