diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 8b2d36aaf15c..ef318a3c7616 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -118076,7 +118076,7 @@ t7 = company.settings.currencyId; if (t7 == null) t7 = "1"; - cellValue = A.round(cellValue * rate, currencyMap._map$_map.$index(0, t7).precision); + cellValue = A.round(cellValue / rate, currencyMap._map$_map.$index(0, t7).precision); t7 = totals.$index(0, group); t7.$indexSet(0, column, t7.$index(0, column) + cellValue); } else {