This commit is contained in:
2022-01-06 23:34:27 +00:00
parent 5fa9781931
commit 46376b3d33
7 changed files with 11 additions and 7 deletions

View File

@@ -826,7 +826,7 @@ namespace AyaNova.DataList
case UiFieldDataType.InternalId:
case UiFieldDataType.Integer: //whole numbers, not only integer
{
//case 1795 - it's numeric, convert to translation independant format
//case 1795 - it's numeric, convert to translation independent format
//RAVEN NOTE: no numbers are coming from the client in any culture format other than xx,xxx.00 but this is just insurance for api users
NumberFormatInfo nfi = System.Globalization.CultureInfo.CurrentCulture.NumberFormat;
switch (DataType)