mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-10 06:32:05 +00:00
Fix URL
This commit is contained in:
@@ -330,7 +330,7 @@ trait PeriodOverview
|
|||||||
$types = ['spent', 'earned', 'transferred_in', 'transferred_away'];
|
$types = ['spent', 'earned', 'transferred_in', 'transferred_away'];
|
||||||
$return = [
|
$return = [
|
||||||
'title' => Navigation::periodShow($start, $period),
|
'title' => Navigation::periodShow($start, $period),
|
||||||
'route' => route('accounts.show', [$account->id, $start->format('Y-m-d'), $start->format('Y-m-d')]),
|
'route' => route('accounts.show', [$account->id, $start->format('Y-m-d'), $end->format('Y-m-d')]),
|
||||||
'total_transactions' => 0,
|
'total_transactions' => 0,
|
||||||
];
|
];
|
||||||
$this->transactions = [];
|
$this->transactions = [];
|
||||||
|
Reference in New Issue
Block a user