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
2880dbc55a
commit
9dd4e24fad
17
public/main.profile.dart.js
vendored
17
public/main.profile.dart.js
vendored
@ -353590,11 +353590,16 @@
|
||||
}
|
||||
},
|
||||
get$isPending() {
|
||||
if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], type$.JSArray_legacy_EntityType), this.entityType))
|
||||
return false;
|
||||
else {
|
||||
var t1 = this.invoiceId;
|
||||
return !(t1 != null && t1.length !== 0) && this.shouldBeInvoiced;
|
||||
var t1, _this = this;
|
||||
if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], type$.JSArray_legacy_EntityType), _this.entityType)) {
|
||||
if (_this.statusId === "2")
|
||||
t1 = _this.lastSentDate.length === 0;
|
||||
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 = {
|
||||
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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user