[communications] [minor] Code cleanup so it can be extended by custom script
This commit is contained in:
parent
fbd2ee096b
commit
ace7d787ea
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ class DocType():
|
|||
else:
|
||||
parent.doc.status = "Open"
|
||||
|
||||
parent.bean.ignore_permissions = True
|
||||
parent.bean.save()
|
||||
parent.ignore_permissions = True
|
||||
parent.save()
|
||||
|
||||
@webnotes.whitelist()
|
||||
def make(doctype=None, name=None, content=None, subject=None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue