fix syntax
This commit is contained in:
parent
953a56b08c
commit
0270d1c1b7
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user