diff --git a/app/Support/Twig/General.php b/app/Support/Twig/General.php index a73fddaaec..33557a4453 100644 --- a/app/Support/Twig/General.php +++ b/app/Support/Twig/General.php @@ -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 */