mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 13:32:13 +00:00
fix: load customer default price list in pos during item selection (#44991)
fix: load customer default price list in pos
(cherry picked from commit d1ae0d784e)
Co-authored-by: Diptanil Saha <diptanil.dev@gmail.com>
This commit is contained in:
@@ -285,6 +285,7 @@ erpnext.PointOfSale.Controller = class {
|
|||||||
edit_cart: () => this.payment.edit_cart(),
|
edit_cart: () => this.payment.edit_cart(),
|
||||||
|
|
||||||
customer_details_updated: (details) => {
|
customer_details_updated: (details) => {
|
||||||
|
this.item_selector.load_items_data();
|
||||||
this.customer_details = details;
|
this.customer_details = details;
|
||||||
// will add/remove LP payment method
|
// will add/remove LP payment method
|
||||||
this.payment.render_loyalty_points_payment_mode();
|
this.payment.render_loyalty_points_payment_mode();
|
||||||
|
|||||||
Reference in New Issue
Block a user