brotherton-erpnext/erpnext/patches/Discount_purchase_cycle.py
2011-11-22 15:21:42 +05:30

8 lines
254 B
Python

def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('accounts', 'doctype', 'payable_voucher')
reload_doc('buying', 'doctype', 'purchase_common')
reload_doc('stock', 'doctype', 'purchase_receipt_detail')