mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
[comment] fix creation, deltion, close #131
This commit is contained in:
@@ -21,3 +21,7 @@ def execute():
|
||||
webnotes.delete_doc("DocType", "Question")
|
||||
webnotes.delete_doc("DocType", "Answer")
|
||||
webnotes.bean("Style Settings").save()
|
||||
|
||||
# update comment delete
|
||||
webnotes.conn.sql("""update tabDocPerm \
|
||||
set cancel=1 where parent='Comment' and role='System Manager'""")
|
||||
|
||||
Reference in New Issue
Block a user