mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
All kinds of new stuff. Started with perfecting the account controller. [skip ci]
This commit is contained in:
@@ -106,7 +106,6 @@ class ChartController extends BaseController
|
||||
if ($account) {
|
||||
$date = \Carbon\Carbon::createFromDate($year, $month, $day);
|
||||
$journals = $this->_journals->getByAccountAndDate($account, $date);
|
||||
|
||||
// loop all journals:
|
||||
foreach ($journals as $journal) {
|
||||
foreach ($journal->transactions as $transaction) {
|
||||
|
||||
Reference in New Issue
Block a user