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

This commit is contained in:
Diptanil Saha
2025-07-16 11:04:56 +05:30
committed by GitHub
parent d40538968f
commit 33f2a23bd8

View File

@@ -581,6 +581,7 @@ erpnext.PointOfSale.Controller = class {
this.cart.toggle_component(show);
this.cart.toggle_numpad(!show);
this.cart.toggle_checkout_btn(show);
this.cart.enable_customer_selection();
this.item_selector.toggle_component(show);
// do not show item details or payment if recent order is toggled off