🤖 Auto commit for release 'develop' on 2025-06-08

This commit is contained in:
JC5
2025-06-08 13:47:17 +02:00
parent e0512bee3d
commit e3bab9d7d8
6 changed files with 156 additions and 152 deletions

View File

@@ -279,7 +279,7 @@ class Steam
// make sure sum is a string:
$sumOfDay = (string) ($entry->sum_of_day ?? '0');
// #10426 make sure sum is not in scientific notation.
$sumOfDay = $this->floatalize($sumOfDay);
$sumOfDay = $this->floatalize($sumOfDay);
// find currency of this entry, does not have to exist.
$currencies[$entry->transaction_currency_id] ??= TransactionCurrency::find($entry->transaction_currency_id);