mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user