fix: pos order summary new order action (#47856)

This commit is contained in:
Diptanil Saha
2025-06-02 18:40:51 +05:30
committed by GitHub
parent 0624556ef6
commit 1c17419a9e

View File

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