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

@@ -650,6 +650,7 @@ class AccountsController(TransactionBase):
args["doctype"] = self.doctype
args["name"] = self.name
args["child_doctype"] = item.doctype
args["child_docname"] = item.name
args["ignore_pricing_rule"] = (
self.ignore_pricing_rule if hasattr(self, "ignore_pricing_rule") else 0