commit | b5c552faf3c161cddfd9e976ac36b135e63aaae9 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue May 20 18:33:43 2014 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed May 21 11:53:59 2014 +0530 |
tree | 554b940efe58fcee8ad8b9367b927152215f385a | |
parent | dec02340e89d1b01f9734359f1673aa190d21b91 [diff] |
minor fix
diff --git a/erpnext/accounts/doctype/account/account.py b/erpnext/accounts/doctype/account/account.py index 11b8d4a..c551a62 100644 --- a/erpnext/accounts/doctype/account/account.py +++ b/erpnext/accounts/doctype/account/account.py
@@ -53,7 +53,7 @@ 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