brotherton-erpnext/erpnext/patches/reload_rv.py
2011-12-06 15:10:48 +05:30

6 lines
146 B
Python

def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('accounts', 'doctype', 'receivable_voucher')