brotherton-erpnext/erpnext/patches/jan_mar_2012/reload_mapper.py

8 lines
311 B
Python
Raw Normal View History

2012-03-28 06:02:44 +00:00
def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('stock', 'DocType Mapper', 'Sales Order-Delivery Note')
reload_doc('accounts', 'DocType Mapper', 'Sales Order-Receivable Voucher')
reload_doc('accounts', 'DocType Mapper', 'Delivery Note-Receivable Voucher')