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')
|