commit | 4d3e748c00805ca487312006c8e967264ab6c0ef | [log] [tgz] |
---|---|---|
author | Saqib Ansari <nextchamp.saqib@gmail.com> | Thu Jun 24 15:01:33 2021 +0530 |
committer | Saqib Ansari <nextchamp.saqib@gmail.com> | Thu Jun 24 15:01:33 2021 +0530 |
tree | 8ee83e958394f2cff4329606007f68c3b79370a4 | |
parent | 73aaa1c275376e1130e3bbd31091c9368512b585 [diff] |
fix: sider issues
diff --git a/erpnext/selling/page/point_of_sale/pos_controller.js b/erpnext/selling/page/point_of_sale/pos_controller.js index f5c5a0a..c827368 100644 --- a/erpnext/selling/page/point_of_sale/pos_controller.js +++ b/erpnext/selling/page/point_of_sale/pos_controller.js
@@ -281,8 +281,8 @@ value, item: this.item_details.current_item }; - return this.on_cart_update(args) - }; + return this.on_cart_update(args); + } return Promise.resolve(); },