fix: dynamic condition in the pricing rule not working (#42467)

This commit is contained in:
rohitwaghchaure
2024-07-25 10:15:05 +05:30
committed by GitHub
parent e062ec38b0
commit 0e817f42ef
2 changed files with 5 additions and 5 deletions

View File

@@ -1806,7 +1806,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
me.in_apply_price_list = true;
return this.frm.call({
method: "erpnext.stock.get_item_details.apply_price_list",
args: { args: args },
args: { args: args, doc: me.frm.doc },
callback: function(r) {
if (!r.exc) {
frappe.run_serially([