brotherton-erpnext/erpnext/patches/july_2012/sync_trial_balance.py
2012-07-23 11:46:37 +05:30

4 lines
132 B
Python

def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc('accounts', 'search_criteria', 'trial_balance')