Skip to content

Commit

Permalink
fix: correct args for get_item_tax_map
Browse files Browse the repository at this point in the history
  • Loading branch information
ljain112 committed Dec 17, 2024
1 parent faa6a3d commit fe4eb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/public/js/controllers/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit fe4eb8e

Please sign in to comment.