minor fix
This commit is contained in:
parent
dec02340e8
commit
b5c552faf3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user