You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like the CalculateCaseTotalsOnSuite is dependent on what decimal separator you have configured on your Windows (I'm from Sweden and we have ',' as default). Happens on line 351.
Here's a suggestion for solve this problem: suite.time = cases.Sum(x => Convert.ToDouble(x.time, CultureInfo.InvariantCulture)).ToString();
Cheers, Joel
The text was updated successfully, but these errors were encountered:
Hey,
Seems like the CalculateCaseTotalsOnSuite is dependent on what decimal separator you have configured on your Windows (I'm from Sweden and we have ',' as default). Happens on line 351.
Here's a suggestion for solve this problem:
suite.time = cases.Sum(x => Convert.ToDouble(x.time, CultureInfo.InvariantCulture)).ToString();
Cheers, Joel
The text was updated successfully, but these errors were encountered: