blob: 6be37f242ba9562b434c6f8f7786d8d839c0a1de [file] [log] [blame]
Nijil6800ad52011-11-22 15:21:42 +05301def execute():
2 import webnotes
3 from webnotes.modules.module_manager import reload_doc
4
Nijil4e54d7a2011-11-24 16:18:42 +05305 reload_doc('accounts', 'doctype', 'pv_detail')
6 reload_doc('buying', 'doctype', 'po_detail')
Nijil6800ad52011-11-22 15:21:42 +05307 reload_doc('stock', 'doctype', 'purchase_receipt_detail')