mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Admin Portal - Profile
This commit is contained in:
parent
d813b19532
commit
6a4291a5bd
18
public/main.profile.dart.js
vendored
18
public/main.profile.dart.js
vendored
@ -347102,8 +347102,10 @@
|
|||||||
} else
|
} else
|
||||||
t1 = false;
|
t1 = false;
|
||||||
if (t1) {
|
if (t1) {
|
||||||
exchangeRate = invoice.exchangeRate;
|
t1 = invoice.exchangeRate;
|
||||||
if (!(exchangeRate !== 1 && exchangeRate !== 0)) {
|
if (t1 !== 1 && t1 !== 0)
|
||||||
|
exchangeRate = 1 / t1;
|
||||||
|
else {
|
||||||
t1 = t2.settings.currencyId;
|
t1 = t2.settings.currencyId;
|
||||||
if (t1 == null)
|
if (t1 == null)
|
||||||
t1 = "1";
|
t1 = "1";
|
||||||
@ -347179,8 +347181,10 @@
|
|||||||
} else
|
} else
|
||||||
t2 = false;
|
t2 = false;
|
||||||
if (t2) {
|
if (t2) {
|
||||||
exchangeRate = quote.exchangeRate;
|
t2 = quote.exchangeRate;
|
||||||
if (!(exchangeRate !== 1 && exchangeRate !== 0)) {
|
if (t2 !== 1 && t2 !== 0)
|
||||||
|
exchangeRate = 1 / t2;
|
||||||
|
else {
|
||||||
t2 = t3.settings.currencyId;
|
t2 = t3.settings.currencyId;
|
||||||
if (t2 == null)
|
if (t2 == null)
|
||||||
t2 = "1";
|
t2 = "1";
|
||||||
@ -347380,8 +347384,10 @@
|
|||||||
} else
|
} else
|
||||||
t5 = false;
|
t5 = false;
|
||||||
if (t5) {
|
if (t5) {
|
||||||
exchangeRate = _this.invoice.exchangeRate;
|
t5 = _this.invoice.exchangeRate;
|
||||||
if (!(exchangeRate !== 1 && exchangeRate !== 0)) {
|
if (t5 !== 1 && t5 !== 0)
|
||||||
|
exchangeRate = 1 / t5;
|
||||||
|
else {
|
||||||
t3 = t3.settings.currencyId;
|
t3 = t3.settings.currencyId;
|
||||||
t2 = t2.settings.currencyId;
|
t2 = t2.settings.currencyId;
|
||||||
if (t2 == null)
|
if (t2 == null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user