You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
preparation
$ locale -a)
test
instead of
22,00
you should see220,00
.stacktrace
-> trigger
\Zend_Currency::toCurrency()
--> triggers
\Zend_Locale_Format::toNumber()
---> triggers
\Zend_Locale_Math:: round()
zf1/library/Zend/Locale/Math.php
Line 81 in 210190d
Zend adds an
.0
to a number.---> triggers
\Zend_Locale_Math:: normalize()
https://github.com/zendframework/zf1/blob/master/library/Zend/Locale/Math.php#L177
so this replace transforms
70.0
into700
.The text was updated successfully, but these errors were encountered: