[minor] make slow branch migratable to master
This commit is contained in:
parent
c3d8b06623
commit
d701e83961
@ -37,7 +37,6 @@ 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 \
|
||||
|
@ -15,4 +15,5 @@ def execute():
|
||||
|
||||
# reset property setters for series
|
||||
for name in ("Stock Settings", "Selling Settings", "Buying Settings", "HR Settings"):
|
||||
webnotes.bean(name, name).save()
|
||||
webnotes.reload_doc(name.split()[0], 'DocType', name)
|
||||
webnotes.bean(name, name).save()
|
||||
|
Loading…
x
Reference in New Issue
Block a user