Admin Portal - Profile

This commit is contained in:
hillelcoren 2023-06-16 13:36:26 +00:00
parent ddae3ec648
commit 6ff91ba854

View File

@ -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 {