brotherton-erpnext/patches/july_2012/sync_trial_balance.py

5 lines
172 B
Python
Raw Normal View History

2012-07-27 14:29:29 +05:30
from __future__ import unicode_literals
2012-07-23 11:46:37 +05:30
def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc('accounts', 'search_criteria', 'trial_balance')