From 205e04211357d46dee62a76a17927147a5fae63c Mon Sep 17 00:00:00 2001 From: Nijil Y Date: Tue, 20 Dec 2011 21:14:43 +0530 Subject: [PATCH] patch file --- erpnext/patches/task_email_notification.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 erpnext/patches/task_email_notification.py diff --git a/erpnext/patches/task_email_notification.py b/erpnext/patches/task_email_notification.py new file mode 100644 index 00000000000..e6a7afa2540 --- /dev/null +++ b/erpnext/patches/task_email_notification.py @@ -0,0 +1,4 @@ +def execute(): + import webnotes + from webnotes.modules.module_manager import reload_doc + reload_doc('projects', 'doctype', 'ticket')