mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -207,7 +207,7 @@ class ReportController extends Controller
|
||||
&& in_array($journal['destination_account_id'], $ids, true))) {
|
||||
$key = 'earned';
|
||||
}
|
||||
$data[$currencyId][$period][$key] = bcadd($data[$currencyId][$period][$key], $amount);
|
||||
$data[$currencyId][$period][$key] = bcadd((string) $data[$currencyId][$period][$key], (string) $amount);
|
||||
}
|
||||
|
||||
// loop this data, make chart bars for each currency:
|
||||
|
Reference in New Issue
Block a user