brotherton-erpnext/erpnext/patches/reload_address.py
2011-11-23 13:19:20 +05:30

6 lines
136 B
Python

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