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() {
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
};