Patch to reload Task doctype of Projects Module
This commit is contained in:
parent
206df20f36
commit
f5ff4434df
7
erpnext/patches/reload_project_task.py
Normal file
7
erpnext/patches/reload_project_task.py
Normal file
@ -0,0 +1,7 @@
|
||||
"""
|
||||
Reload Task Doctype of Project Module
|
||||
"""
|
||||
def execute():
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
reload_doc('Projects', 'DocType', 'Ticket')
|
||||
|
Loading…
x
Reference in New Issue
Block a user