blob: 5f3bc210ae04cfb8ea24675b0d674eee7fbdf1d5 [file] [log] [blame]
Nabin Haitea5f5ca2011-12-06 15:10:48 +05301def execute():
2 import webnotes
3 from webnotes.modules.module_manager import reload_doc
Nabin Hait38d24532011-12-06 19:04:21 +05304 from webnotes.model.code import get_obj
Nabin Haitea5f5ca2011-12-06 15:10:48 +05305
6 reload_doc('accounts', 'doctype', 'receivable_voucher')
Nabin Hait38d24532011-12-06 19:04:21 +05307
8 get_obj('Features setup').validate()