From 2828d7cd7ac896d93f440b1be98e493ad4fd8a0c Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Thu, 17 Feb 2022 15:57:39 +0530 Subject: [PATCH] Revert "fix: Coupon code item pricing dynamic updation issue in pos screen (backport #29599)" --- erpnext/public/js/controllers/transaction.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index 76de31770a5..68678144ac7 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -2270,8 +2270,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ () => this.frm.doc.ignore_pricing_rule=1, () => me.ignore_pricing_rule(), () => this.frm.doc.ignore_pricing_rule=0, - () => me.apply_pricing_rule(), - () => this.frm.save() + () => me.apply_pricing_rule() ]); } else { frappe.run_serially([