fix cancelled gl entries :patch

This commit is contained in:
Nabin Hait
2012-10-10 15:34:38 +05:30
parent d2b832734c
commit 27b1c30735
2 changed files with 5 additions and 1 deletions

View File

@@ -635,4 +635,8 @@ patch_list = [
'patch_module': 'patches.october_2012',
'patch_file': 'remove_old_trial_bal',
},
{
'patch_module': 'patches.october_2012',
'patch_file': 'fix_cancelled_gl_entries',
},
]