This is because of testing for not allowed chars in for computed fields.
The check is done in ~/htdocs/core/lib/functions.lib.php at function dol_eval(…
if (preg_match('/[^0-9]+\.[^0-9]+/', $s)) { // We refuse . if not between 2 numbers
This is because of testing for not allowed chars in for computed fields.
The check is done in ~/htdocs/core/lib/functions.lib.php at function dol_eval(…
if (preg_match('/[^0-9]+\.[^0-9]+/', $s)) { // We refuse . if not between 2 numbers