Admin Portal - Profile

This commit is contained in:
hillelcoren 2023-08-06 06:02:50 +00:00
parent 2880dbc55a
commit 9dd4e24fad

View File

@ -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
}; };