fix: fetch item_tax_template values if fields with fetch_from exisit

This commit is contained in:
Smit Vora
2023-11-23 15:10:47 +05:30
parent 880a85d2af
commit b206b0583b
3 changed files with 6 additions and 0 deletions

View File

@@ -625,6 +625,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