mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
6 lines
136 B
Python
6 lines
136 B
Python
def execute():
|
|
import webnotes
|
|
from webnotes.modules.module_manager import reload_doc
|
|
|
|
reload_doc('utilities', 'doctype', 'address')
|