mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 03:52:15 +00:00
fix: pos order summary new order action (#47856)
This commit is contained in:
@@ -541,7 +541,7 @@ erpnext.PointOfSale.Controller = class {
|
||||
frappe.run_serially([
|
||||
() => frappe.dom.freeze(),
|
||||
() => this.make_new_invoice(),
|
||||
() => this.item_selector.toggle_component(true),
|
||||
() => this.toggle_components(true),
|
||||
() => frappe.dom.unfreeze(),
|
||||
]);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user