Merge pull request #38808 from vorasmit/fetch-item-taxes-v15

fix: fetch item_tax_template values if fields with fetch_from exisit (#38284)
This commit is contained in:
Deepesh Garg
2023-12-17 18:51:05 +05:30
committed by GitHub
3 changed files with 6 additions and 0 deletions

View File

@@ -513,6 +513,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
cost_center: item.cost_center,
tax_category: me.frm.doc.tax_category,
item_tax_template: item.item_tax_template,
child_doctype: item.doctype,
child_docname: item.name,
is_old_subcontracting_flow: me.frm.doc.is_old_subcontracting_flow,
}