This commit is contained in:
@@ -731,6 +731,7 @@ namespace AyaNova.DataList
|
|||||||
break;
|
break;
|
||||||
case AyaUiFieldDataType.Enum://enums are just ints to the db, but it's a special type so the client can recognize it
|
case AyaUiFieldDataType.Enum://enums are just ints to the db, but it's a special type so the client can recognize it
|
||||||
case AyaUiFieldDataType.Decimal:
|
case AyaUiFieldDataType.Decimal:
|
||||||
|
case AyaUiFieldDataType.Currency:
|
||||||
case AyaUiFieldDataType.Integer: //whole numbers, not only integer
|
case AyaUiFieldDataType.Integer: //whole numbers, not only integer
|
||||||
{
|
{
|
||||||
//case 1795 - it's numeric, convert to locale independant format
|
//case 1795 - it's numeric, convert to locale independant format
|
||||||
@@ -739,6 +740,7 @@ namespace AyaNova.DataList
|
|||||||
switch (DataType)
|
switch (DataType)
|
||||||
{
|
{
|
||||||
case AyaUiFieldDataType.Decimal:
|
case AyaUiFieldDataType.Decimal:
|
||||||
|
case AyaUiFieldDataType.Currency:
|
||||||
{
|
{
|
||||||
if (nfi.CurrencyDecimalSeparator != ".")
|
if (nfi.CurrencyDecimalSeparator != ".")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user