mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
fix: correct args for get_item_tax_map
This commit is contained in:
@@ -2138,7 +2138,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
|||||||
method: "erpnext.stock.get_item_details.get_item_tax_map",
|
method: "erpnext.stock.get_item_details.get_item_tax_map",
|
||||||
args: {
|
args: {
|
||||||
doc: me.frm.doc,
|
doc: me.frm.doc,
|
||||||
item_tax_template: item.item_tax_template,
|
tax_template: item.item_tax_template,
|
||||||
as_json: true
|
as_json: true
|
||||||
},
|
},
|
||||||
callback: function(r) {
|
callback: function(r) {
|
||||||
|
|||||||
Reference in New Issue
Block a user