mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
[minor] fixed patch
This commit is contained in:
@@ -3,4 +3,4 @@ import webnotes
|
|||||||
def execute():
|
def execute():
|
||||||
webnotes.reload_doc("projects", "doctype", "project")
|
webnotes.reload_doc("projects", "doctype", "project")
|
||||||
for p in webnotes.conn.sql_list("""select name from tabProject"""):
|
for p in webnotes.conn.sql_list("""select name from tabProject"""):
|
||||||
webnotes.bean("Project", p).controller.update_percent_complete()
|
webnotes.bean("Project", p).make_controller().update_percent_complete()
|
||||||
Reference in New Issue
Block a user