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