mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix: pos customer selection on new order (#48623)
This commit is contained in:
@@ -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(),
|
||||
]);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user