todo_item patch
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 0000000..e69de29
--- /dev/null
+++ b/erpnext/patches/jan_mar_2012/apps/__init__.py
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 0000000..f2239f5
--- /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')