todo_item patch
This commit is contained in:
parent
09ef7dc416
commit
2a7fa0451c
0
erpnext/patches/jan_mar_2012/apps/__init__.py
Normal file
0
erpnext/patches/jan_mar_2012/apps/__init__.py
Normal file
6
erpnext/patches/jan_mar_2012/apps/todo_item.py
Normal file
6
erpnext/patches/jan_mar_2012/apps/todo_item.py
Normal file
@ -0,0 +1,6 @@
|
||||
def execute():
|
||||
"""
|
||||
* Reload ToDo Item
|
||||
"""
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
reload_doc('utilities', 'doctype', 'todo_item')
|
Loading…
x
Reference in New Issue
Block a user