fix: load customer default price list in pos during item selection (#44991)

fix: load customer default price list in pos
This commit is contained in:
Diptanil Saha
2024-12-31 12:14:29 +05:30
committed by GitHub
parent 54cb99eae3
commit d1ae0d784e

View File

@@ -285,6 +285,7 @@ erpnext.PointOfSale.Controller = class {
edit_cart: () => this.payment.edit_cart(),
customer_details_updated: (details) => {
this.item_selector.load_items_data();
this.customer_details = details;
// will add/remove LP payment method
this.payment.render_loyalty_points_payment_mode();