This commit is contained in:
@@ -203,7 +203,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 = $"({LT["Total"]}: {ne.DecValue.ToString("N2", System.Globalization.CultureInfo.InvariantCulture)})\n";
|
||||
DecDisplay = $"{LT["Total"]}: {ne.DecValue.ToString("N2", System.Globalization.CultureInfo.InvariantCulture)}\n";
|
||||
|
||||
string subject = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user