brotherton-erpnext/erpnext/patches/reload_address.py

6 lines
136 B
Python
Raw Normal View History

2011-11-23 07:49:20 +00:00
def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('utilities', 'doctype', 'address')