commit | 3b126014613d2ecdc97493b47985bbd628e78451 | [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:03:04 2021 +0530 |
tree | e25e6186fa9c9bc99c7cd4585fca074db268d74d | |
parent | e39c3f2e6928883909dedbede72eb50a04983aa3 [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(); },