mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Got up to categories with the new tables.
This commit is contained in:
@@ -224,7 +224,7 @@ class AccountController extends BaseController
|
||||
/** @var \FireflyIII\Database\Account $acct */
|
||||
$acct = App::make('FireflyIII\Database\Account');
|
||||
|
||||
$journals = $acct->getTransactionJournals($account, 50);
|
||||
$journals = $acct->getTransactionJournals($account, 10);
|
||||
|
||||
|
||||
//$data = $this->_accounts->show($account, 40);
|
||||
|
||||
Reference in New Issue
Block a user