diff --git a/erpnext/patches/jan_mar_2012/apps/__init__.py b/erpnext/patches/jan_mar_2012/apps/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/erpnext/patches/jan_mar_2012/apps/todo_item.py b/erpnext/patches/jan_mar_2012/apps/todo_item.py new file mode 100644 index 00000000000..f2239f57e3f --- /dev/null +++ b/erpnext/patches/jan_mar_2012/apps/todo_item.py @@ -0,0 +1,6 @@ +def execute(): + """ + * Reload ToDo Item + """ + from webnotes.modules.module_manager import reload_doc + reload_doc('utilities', 'doctype', 'todo_item')