4 lines
132 B
Python
4 lines
132 B
Python
def execute():
|
|
import webnotes
|
|
from webnotes.modules import reload_doc
|
|
reload_doc('accounts', 'search_criteria', 'trial_balance') |