mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Fixed a bug where editing an expense account wasn't actually possible.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user