This commit is contained in:
James Cole 2023-12-29 20:37:47 +01:00
parent 1901648a05
commit 6bf42ba237
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -392,6 +392,7 @@ class TagController extends Controller
$report[$tagId]['currencies'][$currencyId] ??= [
'spent' => '0',
'earned' => '0',
$tagId => $tagId,
'sum' => '0',
'currency_id' => $currency['currency_id'],
'currency_symbol' => $currency['currency_symbol'],
@ -428,6 +429,7 @@ class TagController extends Controller
'spent' => '0',
'earned' => '0',
'sum' => '0',
$tagId => $tagId,
'currency_id' => $currency['currency_id'],
'currency_symbol' => $currency['currency_symbol'],
'currency_name' => $currency['currency_name'],