Format amounts in part tables using the partUnit

This commit is contained in:
Jan Böhmer 2019-09-08 18:19:29 +02:00
parent 718e472e04
commit a6f16315ee
2 changed files with 13 additions and 4 deletions

View file

@ -105,7 +105,6 @@ class AmountFormatter
if (!is_numeric($value)) {
throw new \InvalidArgumentException('$value must be an numeric value!');
}
$value = (float) $value;
//Find out what options to use