brotherton-erpnext/erpnext/patches/before_jan_2012/reload_address.py

6 lines
136 B
Python

def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('utilities', 'doctype', 'address')