mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
This commit is contained in:
@@ -92,7 +92,7 @@ class SummaryBalanceGrouped
|
|||||||
};
|
};
|
||||||
$return[] = [
|
$return[] = [
|
||||||
'key' => sprintf('%s-in-native', $title),
|
'key' => sprintf('%s-in-native', $title),
|
||||||
'value' => $this->amounts[$key]['native'],
|
'value' => $this->amounts[$key]['native'] ?? '0',
|
||||||
'currency_id' => (string)$this->default->id,
|
'currency_id' => (string)$this->default->id,
|
||||||
'currency_code' => $this->default->code,
|
'currency_code' => $this->default->code,
|
||||||
'currency_symbol' => $this->default->symbol,
|
'currency_symbol' => $this->default->symbol,
|
||||||
|
Reference in New Issue
Block a user