brotherton-erpnext/erpnext/patches/jan_mar_2012/apps/todo_item.py
2012-02-20 16:36:08 +05:30

7 lines
151 B
Python

def execute():
"""
* Reload ToDo Item
"""
from webnotes.modules.module_manager import reload_doc
reload_doc('utilities', 'doctype', 'todo_item')