mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
patch file
This commit is contained in:
4
erpnext/patches/task_email_notification.py
Normal file
4
erpnext/patches/task_email_notification.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
def execute():
|
||||||
|
import webnotes
|
||||||
|
from webnotes.modules.module_manager import reload_doc
|
||||||
|
reload_doc('projects', 'doctype', 'ticket')
|
||||||
Reference in New Issue
Block a user