Как я понимаю надо менять тут: number.php и тут
$value = (float)$value;
if(strpos($value, '.') !== false){
return rtrim(rtrim(number_format($value, $this->getOption('decimal_s'), '.', ($this->getOption('thousands_sep')?:'')), '0'), '.');
}
return $value;
}
Спасибо.