mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 03:45:08 +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(),
|
() => frappe.dom.freeze(),
|
||||||
() => this.make_new_invoice(),
|
() => this.make_new_invoice(),
|
||||||
() => this.item_selector.toggle_component(true),
|
() => this.item_selector.toggle_component(true),
|
||||||
|
() => this.cart.enable_customer_selection(),
|
||||||
() => frappe.dom.unfreeze(),
|
() => frappe.dom.unfreeze(),
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user