mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
minor fix
This commit is contained in:
@@ -53,7 +53,7 @@ class Account(Document):
|
|||||||
if par["report_type"]:
|
if par["report_type"]:
|
||||||
self.report_type = par["report_type"]
|
self.report_type = par["report_type"]
|
||||||
if par["root_type"]:
|
if par["root_type"]:
|
||||||
self.root_type - par["root_type"]
|
self.root_type = par["root_type"]
|
||||||
|
|
||||||
def validate_root_details(self):
|
def validate_root_details(self):
|
||||||
#does not exists parent
|
#does not exists parent
|
||||||
|
|||||||
Reference in New Issue
Block a user