From fe4eb8e6db2119dbefb6d2bbcf3a7580cd3ff068 Mon Sep 17 00:00:00 2001 From: ljain112 Date: Tue, 17 Dec 2024 17:03:41 +0530 Subject: [PATCH] fix: correct args for get_item_tax_map --- erpnext/public/js/controllers/transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index ea9aa95b1448..281dfeef97e0 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -2138,7 +2138,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe method: "erpnext.stock.get_item_details.get_item_tax_map", args: { doc: me.frm.doc, - item_tax_template: item.item_tax_template, + tax_template: item.item_tax_template, as_json: true }, callback: function(r) {