mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
fix: sider issues
This commit is contained in:
@@ -281,8 +281,8 @@ erpnext.PointOfSale.Controller = class {
|
|||||||
value,
|
value,
|
||||||
item: this.item_details.current_item
|
item: this.item_details.current_item
|
||||||
};
|
};
|
||||||
return this.on_cart_update(args)
|
return this.on_cart_update(args);
|
||||||
};
|
}
|
||||||
|
|
||||||
return Promise.resolve();
|
return Promise.resolve();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user