brotherton-erpnext/erpnext/patches/accounts_default_form.py
Nijil Y b40f826c5a .
2011-12-14 15:50:09 +05:30

7 lines
211 B
Python

def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('setup', 'doctype', 'company')
reload_doc('setup', 'doctype', 'manage_account')