commit | 205e04211357d46dee62a76a17927147a5fae63c | [log] [tgz] |
---|---|---|
author | Nijil Y <nijil.y@live.com> | Tue Dec 20 21:14:43 2011 +0530 |
committer | Nijil Y <nijil.y@live.com> | Tue Dec 20 21:14:43 2011 +0530 |
tree | 62cadda583fa422aea6fb8a8104683303132ca66 | |
parent | dc0461296d9676cad988e326a7f4f7694cc9c242 [diff] [blame] |
patch file
diff --git a/erpnext/patches/task_email_notification.py b/erpnext/patches/task_email_notification.py new file mode 100644 index 0000000..e6a7afa --- /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')