Merge branch 'develop' of github.com:webnotes/erpnext into reports

This commit is contained in:
Nabin Hait
2013-12-16 15:18:34 +05:30
33 changed files with 152 additions and 98 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()