todo_item patch

This commit is contained in:
Anand Doshi 2012-02-20 16:36:08 +05:30
parent 09ef7dc416
commit 2a7fa0451c
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
def execute():
"""
* Reload ToDo Item
"""
from webnotes.modules.module_manager import reload_doc
reload_doc('utilities', 'doctype', 'todo_item')