mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #931
This commit is contained in:
@@ -88,6 +88,7 @@ class Amount implements ConverterInterface
|
||||
Log::debug(sprintf('No decimal character found. Converted amount from "%s" to "%s".', $oldValue, $value));
|
||||
}
|
||||
|
||||
return strval(round(floatval($value), 12));
|
||||
$number = strval(number_format(round(floatval($value), 12), 12));
|
||||
return $number;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user