fix syntax

This commit is contained in:
Lucas Marcouiller 2021-10-23 10:57:21 +02:00
parent 953a56b08c
commit 0270d1c1b7

View File

@ -718,7 +718,7 @@ foreach ($accounts as $key => $type) {
if (empty($total[$objecttmp->currency_code])) {
$total[$objecttmp->currency_code] = $solde;
}else{
} else {
$total[$objecttmp->currency_code] += $solde;
}