mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
Revert "fix: Coupon code item pricing dynamic updation issue in pos screen (backport #29599)"
This commit is contained in:
@@ -2270,8 +2270,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
|||||||
() => this.frm.doc.ignore_pricing_rule=1,
|
() => this.frm.doc.ignore_pricing_rule=1,
|
||||||
() => me.ignore_pricing_rule(),
|
() => me.ignore_pricing_rule(),
|
||||||
() => this.frm.doc.ignore_pricing_rule=0,
|
() => this.frm.doc.ignore_pricing_rule=0,
|
||||||
() => me.apply_pricing_rule(),
|
() => me.apply_pricing_rule()
|
||||||
() => this.frm.save()
|
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
frappe.run_serially([
|
frappe.run_serially([
|
||||||
|
|||||||
Reference in New Issue
Block a user