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

This commit is contained in:
Rushabh Mehta 2013-06-09 13:18:28 +05:30
commit 9b6912f8c0

View File

@ -1,6 +1,6 @@
import webnotes
def execute():
webnotes.reload_doc("project", "doctype", "project")
webnotes.reload_doc("projects", "doctype", "project")
for p in webnotes.conn.sql_list("""select name from tabProject"""):
webnotes.bean("Project", p).controller.update_percent_complete()