This commit is contained in:
2021-06-14 19:57:29 +00:00
parent b5135c0a1a
commit fce3f62e8d
3 changed files with 19 additions and 22 deletions

View File

@@ -198,7 +198,7 @@ namespace AyaNova.Biz
//DecValue (only for TheAndy for now workorder exceedsthreshold so not putting a lot of localization effort in; in app will localize properly)
string DecDisplay= "";
if(ne.DecValue!=0)
DecDisplay=ne.DecValue.ToString("N2", System.Globalization.CultureInfo.InvariantCulture);
DecDisplay=$"({ne.DecValue.ToString("N2", System.Globalization.CultureInfo.InvariantCulture)})\n";
string subject = "";