From 2cb57dc3e7f913b9dbaec6ef915f0ea72a6efe6e Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 24 Apr 2019 23:34:04 +0530 Subject: [PATCH] Update move_item_tax_to_item_tax_template.py --- erpnext/patches/v12_0/move_item_tax_to_item_tax_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/v12_0/move_item_tax_to_item_tax_template.py b/erpnext/patches/v12_0/move_item_tax_to_item_tax_template.py index 85bcc8fcb8..fcceb24209 100644 --- a/erpnext/patches/v12_0/move_item_tax_to_item_tax_template.py +++ b/erpnext/patches/v12_0/move_item_tax_to_item_tax_template.py @@ -82,7 +82,7 @@ def get_item_tax_template(item_tax_templates, rename_template_to_untitled, item_ account_name = " - ".join(parts[:-1]) company = frappe.db.get_value("Company", filters={"abbr": parts[-1]}) parent_account = frappe.db.get_value("Account", - filters={"account_type": "Tax", "root_type": "Liability"}, "parent_account") + filters={"account_type": "Tax", "root_type": "Liability"}, fieldname="parent_account") frappe.get_doc({ "doctype": "Account",