mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed a bug where editing an expense account wasn't actually possible.
This commit is contained in:
parent
638099d989
commit
2c2abe8b8e
@ -239,6 +239,9 @@ class AccountController extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
// get a paginated view of all transactions for this account:
|
// get a paginated view of all transactions for this account:
|
||||||
|
/** @var \FireflyIII\Database\Account $acct */
|
||||||
|
$acct = App::make('FireflyIII\Database\Account');
|
||||||
|
|
||||||
$journals = $acct->getTransactionJournals($account, 10);
|
$journals = $acct->getTransactionJournals($account, 10);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user