mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
9 lines
226 B
Python
9 lines
226 B
Python
def execute():
|
|
import webnotes
|
|
from webnotes.modules.module_manager import reload_doc
|
|
from webnotes.model.code import get_obj
|
|
|
|
reload_doc('accounts', 'doctype', 'receivable_voucher')
|
|
|
|
get_obj('Features setup').validate()
|