From b5c552faf3c161cddfd9e976ac36b135e63aaae9 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 20 May 2014 18:33:43 +0530 Subject: [PATCH] minor fix --- erpnext/accounts/doctype/account/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/account/account.py b/erpnext/accounts/doctype/account/account.py index 11b8d4a79a..c551a62aaa 100644 --- a/erpnext/accounts/doctype/account/account.py +++ b/erpnext/accounts/doctype/account/account.py @@ -53,7 +53,7 @@ class Account(Document): if par["report_type"]: self.report_type = par["report_type"] if par["root_type"]: - self.root_type - par["root_type"] + self.root_type = par["root_type"] def validate_root_details(self): #does not exists parent