reload trial balance report

This commit is contained in:
Nabin Hait
2012-07-23 11:46:37 +05:30
parent 454e268109
commit e9a62d1236
3 changed files with 11 additions and 2 deletions

View File

@@ -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"
},
]