[project] added patch

This commit is contained in:
Rushabh Mehta
2013-06-07 14:52:53 +05:30
parent 9dd9bb0adf
commit cdd265d3bf
4 changed files with 30 additions and 4 deletions

View File

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