mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 10:04:35 -04:00
Admin Portal - Profile
This commit is contained in:
parent
2880dbc55a
commit
9dd4e24fad
17
public/main.profile.dart.js
vendored
17
public/main.profile.dart.js
vendored
@ -353590,11 +353590,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
get$isPending() {
|
get$isPending() {
|
||||||
if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], type$.JSArray_legacy_EntityType), this.entityType))
|
var t1, _this = this;
|
||||||
return false;
|
if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], type$.JSArray_legacy_EntityType), _this.entityType)) {
|
||||||
else {
|
if (_this.statusId === "2")
|
||||||
var t1 = this.invoiceId;
|
t1 = _this.lastSentDate.length === 0;
|
||||||
return !(t1 != null && t1.length !== 0) && this.shouldBeInvoiced;
|
else
|
||||||
|
t1 = false;
|
||||||
|
return t1;
|
||||||
|
} else {
|
||||||
|
t1 = _this.invoiceId;
|
||||||
|
return !(t1 != null && t1.length !== 0) && _this.shouldBeInvoiced;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@ -468904,7 +468909,7 @@
|
|||||||
};
|
};
|
||||||
A._LoginState_build_closure0.prototype = {
|
A._LoginState_build_closure0.prototype = {
|
||||||
call$0() {
|
call$0() {
|
||||||
return A.launchUrl(A.Uri_parse("https://invoiceninja.com", 0, null));
|
return A.launchUrl(A.Uri_parse("https://invoiceninja.com/", 0, null));
|
||||||
},
|
},
|
||||||
$signature: 29
|
$signature: 29
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user