fix in setup control and patch to fix existing docstatus problem

This commit is contained in:
Anand Doshi
2012-10-05 15:12:32 +05:30
5 changed files with 47 additions and 2 deletions

View File

@@ -627,4 +627,12 @@ patch_list = [
'patch_module': 'patches.october_2012',
'patch_file': 'company_fiscal_year_docstatus_patch',
},
{
'patch_module': 'patches.october_2012',
'patch_file': 'update_account_property',
},
{
'patch_module': 'patches.october_2012',
'patch_file': 'remove_old_trial_bal',
},
]