James Cole 2024-09-28 20:31:09 +02:00
parent a4cbdeaeac
commit c8461eb0b5
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -74,6 +74,7 @@ class General extends AbstractExtension
$strings = [];
foreach ($info as $currencyId => $balance) {
$balance= (string) $balance;
if (0 === $currencyId) {
// not good code but OK
/** @var AccountRepositoryInterface $accountRepos */