mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
No tag.
This commit is contained in:
@@ -392,6 +392,7 @@ class TagController extends Controller
|
|||||||
$report[$tagId]['currencies'][$currencyId] ??= [
|
$report[$tagId]['currencies'][$currencyId] ??= [
|
||||||
'spent' => '0',
|
'spent' => '0',
|
||||||
'earned' => '0',
|
'earned' => '0',
|
||||||
|
$tagId => $tagId,
|
||||||
'sum' => '0',
|
'sum' => '0',
|
||||||
'currency_id' => $currency['currency_id'],
|
'currency_id' => $currency['currency_id'],
|
||||||
'currency_symbol' => $currency['currency_symbol'],
|
'currency_symbol' => $currency['currency_symbol'],
|
||||||
@@ -428,6 +429,7 @@ class TagController extends Controller
|
|||||||
'spent' => '0',
|
'spent' => '0',
|
||||||
'earned' => '0',
|
'earned' => '0',
|
||||||
'sum' => '0',
|
'sum' => '0',
|
||||||
|
$tagId => $tagId,
|
||||||
'currency_id' => $currency['currency_id'],
|
'currency_id' => $currency['currency_id'],
|
||||||
'currency_symbol' => $currency['currency_symbol'],
|
'currency_symbol' => $currency['currency_symbol'],
|
||||||
'currency_name' => $currency['currency_name'],
|
'currency_name' => $currency['currency_name'],
|
||||||
|
Reference in New Issue
Block a user