From 638099d989a58ae88b1a048bba4dd8090d9d5b84 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 27 Nov 2014 15:36:37 +0100 Subject: [PATCH] Fixed a bug where editing an expense account wasn't actually possible. --- app/controllers/AccountController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php index 49f739a5c1..eff2ece4c0 100644 --- a/app/controllers/AccountController.php +++ b/app/controllers/AccountController.php @@ -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);