fix: sider issues

This commit is contained in:
Saqib Ansari 2021-06-24 15:01:33 +05:30
parent e39c3f2e69
commit 3b12601461

View File

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