reload trial balance report
This commit is contained in:
parent
454e268109
commit
e9a62d1236
@ -5,7 +5,7 @@
|
||||
{
|
||||
'creation': '2012-04-03 12:49:53',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-04-03 12:49:53',
|
||||
'modified': '2012-07-23 11:49:53',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
@ -14,7 +14,6 @@
|
||||
{
|
||||
'columns': u'Account\x01ID',
|
||||
'criteria_name': u'Trial Balance',
|
||||
'description': u'Trial Balance',
|
||||
'dis_filters': u'transaction_date',
|
||||
'doc_type': u'Account',
|
||||
'doctype': 'Search Criteria',
|
||||
|
4
erpnext/patches/july_2012/sync_trial_balance.py
Normal file
4
erpnext/patches/july_2012/sync_trial_balance.py
Normal file
@ -0,0 +1,4 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc('accounts', 'search_criteria', 'trial_balance')
|
@ -492,4 +492,10 @@ patch_list = [
|
||||
'patch_file': 'remove_event_role_owner_match',
|
||||
'description': "Remove Owner match from Event DocType's Permissions"
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.july_2012',
|
||||
'patch_file': 'sync_trial_balance',
|
||||
'description': "sync trial balance"
|
||||
},
|
||||
|
||||
]
|
Loading…
Reference in New Issue
Block a user