Fixed a bug where editing an expense account wasn't actually possible.

This commit is contained in:
James Cole 2014-11-27 15:36:37 +01:00
parent 0f32f6be4c
commit 638099d989

View File

@ -239,8 +239,6 @@ class AccountController extends BaseController
}
// get a paginated view of all transactions for this account:
Cannot handle account type
$journals = $acct->getTransactionJournals($account, 10);