Nabin Hait | ea5f5ca | 2011-12-06 15:10:48 +0530 | [diff] [blame] | 1 | def execute(): |
2 | import webnotes | ||||
3 | from webnotes.modules.module_manager import reload_doc | ||||
Nabin Hait | 38d2453 | 2011-12-06 19:04:21 +0530 | [diff] [blame] | 4 | from webnotes.model.code import get_obj |
Nabin Hait | ea5f5ca | 2011-12-06 15:10:48 +0530 | [diff] [blame] | 5 | |
6 | reload_doc('accounts', 'doctype', 'receivable_voucher') | ||||
Nabin Hait | 38d2453 | 2011-12-06 19:04:21 +0530 | [diff] [blame] | 7 | |
8 | get_obj('Features setup').validate() |