mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +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.run_serially([
|
||||||
() => frappe.dom.freeze(),
|
() => frappe.dom.freeze(),
|
||||||
() => this.make_new_invoice(),
|
() => this.make_new_invoice(),
|
||||||
() => this.item_selector.toggle_component(true),
|
() => this.toggle_components(true),
|
||||||
() => frappe.dom.unfreeze(),
|
() => frappe.dom.unfreeze(),
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user