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

View File

@@ -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,