brotherton-erpnext/erpnext/patches/july_2012/sync_trial_balance.py

5 lines
172 B
Python
Raw Normal View History

2012-07-27 08:59:29 +00:00
from __future__ import unicode_literals
2012-07-23 06:16:37 +00:00
def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc('accounts', 'search_criteria', 'trial_balance')