James Cole
2024-09-28 20:31:09 +02:00
parent a4cbdeaeac
commit c8461eb0b5

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 */