From 2a7fa0451c0a90247931b4f32421d6d6bd0e6189 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 20 Feb 2012 16:36:08 +0530 Subject: [PATCH] todo_item patch --- erpnext/patches/jan_mar_2012/apps/__init__.py | 0 erpnext/patches/jan_mar_2012/apps/todo_item.py | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 erpnext/patches/jan_mar_2012/apps/__init__.py create mode 100644 erpnext/patches/jan_mar_2012/apps/todo_item.py 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 0000000000..e69de29bb2 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 0000000000..f2239f57e3 --- /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')