James Cole
2024-01-02 15:52:56 +01:00
parent 4b9fd949ad
commit 53d6281ba4

View File

@@ -92,7 +92,7 @@ class SummaryBalanceGrouped
};
$return[] = [
'key' => sprintf('%s-in-native', $title),
'value' => $this->amounts[$key]['native'],
'value' => $this->amounts[$key]['native'] ?? '0',
'currency_id' => (string)$this->default->id,
'currency_code' => $this->default->code,
'currency_symbol' => $this->default->symbol,