Output of AFSimple_Calculate shall be in en_US

This commit is contained in:
Pratham Gandhi 2024-01-16 22:27:45 +05:30
parent 532980dd13
commit e4e43a8f91

View file

@ -68,7 +68,7 @@ function AFSimple_Calculate( cFunction, cFields )
ret /= cFields.length;
}
event.value = util.numberToString( ret, "g", 32 );
event.value = util.numberToString( ret, "g", 32, 'en_US');
}