This commit is contained in:
Nijil Y 2011-12-14 15:50:09 +05:30
parent d18153e413
commit b40f826c5a

View File

@ -3,5 +3,4 @@ def execute():
from webnotes.modules.module_manager import reload_doc
reload_doc('setup', 'doctype', 'company')
reload_doc('setup', 'doctype', 'manage_account')
~