mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Admin Portal - Profile
This commit is contained in:
parent
ddae3ec648
commit
6ff91ba854
2
public/main.profile.dart.js
vendored
2
public/main.profile.dart.js
vendored
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user