fix: pos customer selection on new order (#48623)

This commit is contained in:
Diptanil Saha
2025-07-16 11:08:29 +05:30
committed by GitHub
parent 6b96a26462
commit a46cafe652

View File

@@ -502,6 +502,7 @@ erpnext.PointOfSale.Controller = class {
() => frappe.dom.freeze(),
() => this.make_new_invoice(),
() => this.item_selector.toggle_component(true),
() => this.cart.enable_customer_selection(),
() => frappe.dom.unfreeze(),
]);
},