mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-18 10:57:56 +00:00
4 lines
119 B
Python
4 lines
119 B
Python
def execute():
|
|
from webnotes.modules.module_manager import reload_doc
|
|
reload_doc('Setup', 'DocType', 'Email Digest')
|