brotherton-erpnext/erpnext/patches/reload_project_task.py
2011-12-13 18:13:23 +05:30

8 lines
164 B
Python

"""
Reload Task Doctype of Project Module
"""
def execute():
from webnotes.modules.module_manager import reload_doc
reload_doc('Projects', 'DocType', 'Ticket')