[profile] removed themes

This commit is contained in:
Rushabh Mehta
2013-06-07 15:09:45 +05:30
parent cbb176cdf1
commit 224ad17b1d
2 changed files with 4 additions and 2 deletions

View File

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