mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 02:58:30 +00:00
todo_item patch
This commit is contained in:
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')
|
||||
Reference in New Issue
Block a user