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) {