From 6ff91ba854119e96132f96a2f4fe301be6d33c82 Mon Sep 17 00:00:00 2001 From: hillelcoren Date: Fri, 16 Jun 2023 13:36:26 +0000 Subject: [PATCH] Admin Portal - Profile --- public/main.profile.dart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {