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
fff114dc7f
commit
7b1e9108a5
9
public/main.profile.dart.js
vendored
9
public/main.profile.dart.js
vendored
@ -414386,7 +414386,7 @@
|
|||||||
}
|
}
|
||||||
t3 = J.where$1$ax(lineItems._copy_on_write_list$_list, new A._InvoiceEditItemsDesktopState_build_closure4());
|
t3 = J.where$1$ax(lineItems._copy_on_write_list$_list, new A._InvoiceEditItemsDesktopState_build_closure4());
|
||||||
if (!t3.get$iterator(t3).moveNext$0()) {
|
if (!t3.get$iterator(t3).moveNext$0()) {
|
||||||
t3 = A.InvoiceItemEntity_InvoiceItemEntity(_null, company.defaultQuantity ? 1 : 0);
|
t3 = A.InvoiceItemEntity_InvoiceItemEntity(_null, company.defaultQuantity || !company.enableProductQuantity ? 1 : 0);
|
||||||
lineItems._maybeCopyBeforeWrite$0();
|
lineItems._maybeCopyBeforeWrite$0();
|
||||||
J.add$1$ax(lineItems._copy_on_write_list$_list, t3);
|
J.add$1$ax(lineItems._copy_on_write_list$_list, t3);
|
||||||
}
|
}
|
||||||
@ -416099,9 +416099,10 @@
|
|||||||
A._InvoiceItemSelectorState_build_closure5.prototype = {
|
A._InvoiceItemSelectorState_build_closure5.prototype = {
|
||||||
call$0() {
|
call$0() {
|
||||||
var t1 = this.$this,
|
var t1 = this.$this,
|
||||||
t2 = t1._widget;
|
t2 = this.company,
|
||||||
t2.toString;
|
t3 = t1._widget;
|
||||||
t2.onItemsSelected$1(A._setArrayType([A.InvoiceItemEntity_InvoiceItemEntity(null, this.company.defaultQuantity ? 1 : 0)], type$.JSArray_legacy_InvoiceItemEntity));
|
t3.toString;
|
||||||
|
t3.onItemsSelected$1(A._setArrayType([A.InvoiceItemEntity_InvoiceItemEntity(null, t2.defaultQuantity || !t2.enableProductQuantity ? 1 : 0)], type$.JSArray_legacy_InvoiceItemEntity));
|
||||||
t1 = t1._framework$_element;
|
t1 = t1._framework$_element;
|
||||||
t1.toString;
|
t1.toString;
|
||||||
A.Navigator_of(t1, false).pop$1(0, null);
|
A.Navigator_of(t1, false).pop$1(0, null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user