diff --git a/public/legacy/include/portability/ApiBeanMapper/TypeMappers/CurrencyMapper.php b/public/legacy/include/portability/ApiBeanMapper/TypeMappers/CurrencyMapper.php index 117fcf454..84ebd2128 100644 --- a/public/legacy/include/portability/ApiBeanMapper/TypeMappers/CurrencyMapper.php +++ b/public/legacy/include/portability/ApiBeanMapper/TypeMappers/CurrencyMapper.php @@ -56,7 +56,6 @@ class CurrencyMapper implements TypeMapperInterface $value = $bean->$name; - $value = format_number($value); $container[$newName] = "$value"; }