From 8784b0b134a539aae0683312789910205c18b27b Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 25 Apr 2019 10:40:34 +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 fcceb24209c..02203d29d40 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"}, fieldname="parent_account") + filters={"account_type": "Tax", "root_type": "Liability", "is_group": 0}, fieldname="parent_account") frappe.get_doc({ "doctype": "Account",