[minor] make slow branch migratable to master

This commit is contained in:
Pratik Vyas 2013-12-05 18:05:07 +05:30
parent c3d8b06623
commit d701e83961
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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()